File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
examples/osgi/apache-karaf-feature Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 compile ' org.slf4j:slf4j-api:1.7.21'
3434
3535 // Useful utilities
36- compile ' com.google.guava:guava:20.0 '
36+ compile ' com.google.guava:guava:24.1.1-jre '
3737
3838 // Unit testing
3939 testCompile " org.codehaus.groovy:groovy-all:2.4.1"
Original file line number Diff line number Diff line change 1313 <packaging >feature</packaging >
1414
1515 <dependencies >
16-
1716 <dependency >
1817 <groupId >com.fasterxml.jackson.core</groupId >
1918 <artifactId >jackson-core</artifactId >
20- <version >2.8.11 </version >
19+ <version >2.9.8 </version >
2120 </dependency >
2221 <dependency >
2322 <groupId >com.fasterxml.jackson.core</groupId >
2423 <artifactId >jackson-annotations</artifactId >
25- <version >2.8.11 </version >
24+ <version >2.9.8 </version >
2625 </dependency >
2726 <dependency >
2827 <groupId >com.fasterxml.jackson.core</groupId >
2928 <artifactId >jackson-databind</artifactId >
30- <version >2.8.11 </version >
29+ <version >2.9.8 </version >
3130 </dependency >
3231 <dependency >
3332 <groupId >com.fasterxml.jackson.datatype</groupId >
3433 <artifactId >jackson-datatype-jdk8</artifactId >
35- <version >2.8.11 </version >
34+ <version >2.9.8 </version >
3635 </dependency >
3736 <dependency >
3837 <groupId >com.google.guava</groupId >
3938 <artifactId >guava</artifactId >
40- <version >20.0 </version >
39+ <version >24.1.1-jre </version >
4140 </dependency >
4241 <dependency >
4342 <groupId >commons-fileupload</groupId >
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ version = 7.2.1-SNAPSHOT
22group = com.graphql-java-kickstart
33
44LIB_GRAPHQL_JAVA_VER = 11.0
5- LIB_JACKSON_VER = 2.9.7
5+ LIB_JACKSON_VER = 2.9.8
You can’t perform that action at this time.
0 commit comments