Skip to content

Commit 8b38697

Browse files
committed
Update jackson and guava versions
1 parent 0217361 commit 8b38697

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/osgi/apache-karaf-feature/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,30 @@
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>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version = 7.2.1-SNAPSHOT
22
group = com.graphql-java-kickstart
33

44
LIB_GRAPHQL_JAVA_VER = 11.0
5-
LIB_JACKSON_VER = 2.9.7
5+
LIB_JACKSON_VER = 2.9.8

0 commit comments

Comments
 (0)