File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
examples/osgi/apache-karaf-feature Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 112112 </parent >
113113
114114 <properties >
115- <jackson .version>2.12.6 .1</jackson .version>
115+ <jackson .version>2.13.4 .1</jackson .version>
116116 </properties >
117117
118118</project >
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ PROJECT_LICENSE=MIT
77PROJECT_LICENSE_URL =https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88PROJECT_DEV_ID =oliemansm
99PROJECT_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
1313LIB_LOMBOK_VER =1.18.24
1414SOURCE_COMPATIBILITY =1.8
1515TARGET_COMPATIBILITY =1.8
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies {
1414 // JSON
1515 api " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
1616 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 "
1818 api " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
1919}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ dependencies {
3131 testImplementation ' io.github.graphql-java:graphql-java-annotations:8.3'
3232
3333 // Unit testing
34- testImplementation " org.codehaus.groovy:groovy-all:3.0.12 "
34+ testImplementation " org.codehaus.groovy:groovy-all:3.0.13 "
3535 testImplementation " org.spockframework:spock-core:2.1-groovy-3.0"
3636 testRuntimeOnly " cglib:cglib-nodep:3.3.0"
3737 testRuntimeOnly " org.objenesis:objenesis:3.3"
3838 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 '
4141 testImplementation ' com.google.guava:guava:31.1-jre'
4242}
You can’t perform that action at this time.
0 commit comments