Skip to content

Commit 2f10748

Browse files
authored
Update jackson dependency (#732)
2 parents b316962 + eb618db commit 2f10748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)