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 {
33
33
compile ' org.slf4j:slf4j-api:1.7.21'
34
34
35
35
// Useful utilities
36
- compile ' com.google.guava:guava:20.0 '
36
+ compile ' com.google.guava:guava:24.1.1-jre '
37
37
38
38
// Unit testing
39
39
testCompile " org.codehaus.groovy:groovy-all:2.4.1"
Original file line number Diff line number Diff line change 13
13
<packaging >feature</packaging >
14
14
15
15
<dependencies >
16
-
17
16
<dependency >
18
17
<groupId >com.fasterxml.jackson.core</groupId >
19
18
<artifactId >jackson-core</artifactId >
20
- <version >2.8.11 </version >
19
+ <version >2.9.8 </version >
21
20
</dependency >
22
21
<dependency >
23
22
<groupId >com.fasterxml.jackson.core</groupId >
24
23
<artifactId >jackson-annotations</artifactId >
25
- <version >2.8.11 </version >
24
+ <version >2.9.8 </version >
26
25
</dependency >
27
26
<dependency >
28
27
<groupId >com.fasterxml.jackson.core</groupId >
29
28
<artifactId >jackson-databind</artifactId >
30
- <version >2.8.11 </version >
29
+ <version >2.9.8 </version >
31
30
</dependency >
32
31
<dependency >
33
32
<groupId >com.fasterxml.jackson.datatype</groupId >
34
33
<artifactId >jackson-datatype-jdk8</artifactId >
35
- <version >2.8.11 </version >
34
+ <version >2.9.8 </version >
36
35
</dependency >
37
36
<dependency >
38
37
<groupId >com.google.guava</groupId >
39
38
<artifactId >guava</artifactId >
40
- <version >20.0 </version >
39
+ <version >24.1.1-jre </version >
41
40
</dependency >
42
41
<dependency >
43
42
<groupId >commons-fileupload</groupId >
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ version = 7.2.1-SNAPSHOT
2
2
group = com.graphql-java-kickstart
3
3
4
4
LIB_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