Skip to content

Commit 2aa619d

Browse files
updating jackson to the latest version, 2.9.8
1 parent d336a23 commit 2aa619d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

injectionApi/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ compileJava {
3333

3434
dependencies {
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}"

injectionApi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

0 commit comments

Comments
 (0)