Skip to content

Commit 652bf7d

Browse files
authored
update jackson to 2.14.2 (#657)
1 parent e85a00a commit 652bf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ javadoc {
7272
}
7373

7474
dependencies {
75-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
75+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
7676

7777
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
7878
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)