Skip to content

Commit 3840a1e

Browse files
cgcladeraoktatanya732
authored andcommitted
fix: upgrade jackson-core to 2.15.4
1 parent 8278f62 commit 3840a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ javadoc {
8080
}
8181

8282
dependencies {
83-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
83+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.4'
8484

8585
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
8686
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)