File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ compileJava {
3333
3434dependencies {
3535 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 '
3737 compile ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
3838 compile group : ' com.google.guava' , name : ' guava' , version : ' 12.0'
3939 compile ' com.squareup.okhttp3:okhttp:3.11.0'
@@ -87,6 +87,7 @@ uploadArchives {
8787 snapshotRepository(url : " https://oss.sonatype.org/content/repositories/snapshots" ) {
8888 authentication(userName : sonatypeUsername, password : sonatypePassword)
8989 }
90+
9091 pom. project {
9192
9293 groupId " ${ baseGroupId} "
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >com.fasterxml.jackson.core</groupId >
4343 <artifactId >jackson-core</artifactId >
44- <version >2.9.6 </version >
44+ <version >2.9.8 </version >
4545 <scope >compile</scope >
4646 </dependency >
4747 <dependency >
You can’t perform that action at this time.
0 commit comments