File tree 4 files changed +8
-8
lines changed
examples/osgi/apache-karaf-feature
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 112
112
</parent >
113
113
114
114
<properties >
115
- <jackson .version>2.12.6 .1</jackson .version>
115
+ <jackson .version>2.13.4 .1</jackson .version>
116
116
</properties >
117
117
118
118
</project >
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ PROJECT_LICENSE=MIT
7
7
PROJECT_LICENSE_URL =https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
8
8
PROJECT_DEV_ID =oliemansm
9
9
PROJECT_DEV_NAME =Michiel Oliemans
10
- LIB_GRAPHQL_JAVA_VER =19.1
11
- LIB_JACKSON_VER =2.13.3
12
- LIB_SLF4J_VER =1.7.36
10
+ LIB_GRAPHQL_JAVA_VER =19.2
11
+ LIB_JACKSON_VER =2.13.4
12
+ LIB_SLF4J_VER =2.0.2
13
13
LIB_LOMBOK_VER =1.18.24
14
14
SOURCE_COMPATIBILITY =1.8
15
15
TARGET_COMPATIBILITY =1.8
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies {
14
14
// JSON
15
15
api " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
16
16
api " com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER "
17
- api " com.fasterxml.jackson.core:jackson-databind:2.13.3 "
17
+ api " com.fasterxml.jackson.core:jackson-databind:2.13.4 "
18
18
api " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
19
19
}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ dependencies {
31
31
testImplementation ' io.github.graphql-java:graphql-java-annotations:8.3'
32
32
33
33
// Unit testing
34
- testImplementation " org.codehaus.groovy:groovy-all:3.0.12 "
34
+ testImplementation " org.codehaus.groovy:groovy-all:3.0.13 "
35
35
testImplementation " org.spockframework:spock-core:2.1-groovy-3.0"
36
36
testRuntimeOnly " cglib:cglib-nodep:3.3.0"
37
37
testRuntimeOnly " org.objenesis:objenesis:3.3"
38
38
testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
39
- testImplementation ' org.springframework:spring-test:5.3.22 '
40
- testRuntimeOnly ' org.springframework:spring-web:5.3.22 '
39
+ testImplementation ' org.springframework:spring-test:5.3.23 '
40
+ testRuntimeOnly ' org.springframework:spring-web:5.3.23 '
41
41
testImplementation ' com.google.guava:guava:31.1-jre'
42
42
}
You can’t perform that action at this time.
0 commit comments