File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ compileJava {
33
33
34
34
dependencies {
35
35
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
36
- compile ' com.fasterxml.jackson.core:jackson-core:2.9.6 '
36
+ compile ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
37
37
compile ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
38
38
compile group : ' com.google.guava' , name : ' guava' , version : ' 12.0'
39
39
compile ' com.squareup.okhttp3:okhttp:3.11.0'
@@ -87,6 +87,7 @@ uploadArchives {
87
87
snapshotRepository(url : " https://oss.sonatype.org/content/repositories/snapshots" ) {
88
88
authentication(userName : sonatypeUsername, password : sonatypePassword)
89
89
}
90
+
90
91
pom. project {
91
92
92
93
groupId " ${ baseGroupId} "
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.fasterxml.jackson.core</groupId >
43
43
<artifactId >jackson-core</artifactId >
44
- <version >2.9.6 </version >
44
+ <version >2.9.8 </version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
You can’t perform that action at this time.
0 commit comments