Skip to content

Commit 61a27ff

Browse files
committed
fix: upgrade jackson-core to 2.15.4
1 parent ea037e9 commit 61a27ff

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)