Skip to content

Commit

Permalink
fix: upgrade jackson-core to 2.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcladeraokta authored and tanya732 committed Jan 21, 2025
1 parent 8278f62 commit 3840a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ javadoc {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.4'

testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 3840a1e

Please sign in to comment.