Skip to content

Commit

Permalink
Revert Jackson dep to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Apr 7, 2023
1 parent 820e656 commit ab404f6
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 ab404f6

Please sign in to comment.