Skip to content

Commit

Permalink
Merge pull request #646 from Netflix/yongkoo-revert-dep
Browse files Browse the repository at this point in the history
Revert Jackson dep to 2.4.3
  • Loading branch information
akang31 authored Apr 7, 2023
2 parents 820e656 + ab404f6 commit 5f42bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archaius2-persisted2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apply plugin: 'java-library'

dependencies {
api project(':archaius2-core')
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.4.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
implementation 'org.apache.commons:commons-lang3:3.3.2'
implementation 'org.slf4j:slf4j-api:1.7.36'

Expand Down

0 comments on commit 5f42bc3

Please sign in to comment.