Skip to content

Commit

Permalink
Update jackson deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Apr 11, 2024
1 parent 0a13829 commit 471cf63
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.4.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.4.3'
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.7'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'org.apache.commons:commons-lang3:3.3.2'
implementation 'org.slf4j:slf4j-api:1.7.36'
Expand Down

0 comments on commit 471cf63

Please sign in to comment.