Skip to content

Commit 99329f9

Browse files
committed
Update jackson dependency
1 parent ee7332b commit 99329f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ javadoc {
122122
}
123123

124124
dependencies {
125-
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.4'
126-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.4'
125+
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
126+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
127127

128128
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
129129
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)