Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Revert "Upgrade jackson-databind to 2.12.0 (#259)" (#262)
Browse files Browse the repository at this point in the history
This reverts commit 33e233b.
  • Loading branch information
yujias0706 authored Jan 7, 2021
1 parent 33e233b commit 1620c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
** GoogleGuava; version 27.0.1-jre -- https://github.com/google/guava
** Jackson-annotations; version 2.8.11 -- https://github.com/FasterXML/jackson-annotations/
** Jackson-databind; version 2.12.0 -- https://github.com/FasterXML/jackson-databind
** Jackson-databind; version 2.8.11 -- https://github.com/FasterXML/jackson-databind
** jooq; version 3.10.8 -- https://github.com/jOOQ/jOOQ
** org.xerial:sqlite-jdbc; version 3.8.11.2 -- https://bitbucket.org/xerial/sqlite-jdbc/src/8de652d3f54cdfd32d5a493130c995f36e16c652/LICENSE?at=default&fileviewer=file-view-default
** PowerMock; version 1.6.1 -- https://github.com/powermock/powermock
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ dependencies {
compile 'org.bouncycastle:bcpkix-jdk15on:1.66'
compile 'com.amazon.opendistro.elasticsearch:performanceanalyzer-rca:1.12'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.4'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
compile 'com.fasterxml.jackson.module:jackson-module-paranamer:2.10.4'
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1') {
force = 'true'
Expand Down

0 comments on commit 1620c77

Please sign in to comment.