Skip to content

Commit

Permalink
Update jackson-databind (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
TadCordle authored Aug 1, 2019
1 parent e275d9e commit 33536d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jib-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'com.google.http-client:google-http-client:1.27.0'
implementation 'org.apache.commons:commons-compress:1.18'
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2'
implementation 'org.ow2.asm:asm:7.0'

testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion jib-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
compile 'com.google.http-client:google-http-client:1.27.0'
compile 'org.apache.commons:commons-compress:1.18'
compile 'com.google.guava:guava:27.0.1-jre'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2'
compile 'org.ow2.asm:asm:7.0'

testCompile 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion jib-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jib-plugins-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
compile 'com.google.http-client:google-http-client:1.27.0'
compile 'org.apache.commons:commons-compress:1.18'
compile 'com.google.guava:guava:27.0.1-jre'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2'
compile 'org.ow2.asm:asm:7.0'

testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 33536d1

Please sign in to comment.