Skip to content

Commit 8278f62

Browse files
cgcladeraoktatanya732
authored andcommitted
fix: upgrade jackson-core to 2.15
1 parent 7965492 commit 8278f62

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.14.2'
83+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
8484

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

0 commit comments

Comments
 (0)