Skip to content

Commit 0cb936b

Browse files
committed
Bump jackson versions to 3.1.0
1 parent a741600 commit 0cb936b

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
@@ -112,8 +112,8 @@ javadoc {
112112
}
113113

114114
dependencies {
115-
implementation 'tools.jackson.core:jackson-core:3.0.4'
116-
implementation 'tools.jackson.core:jackson-databind:3.0.4'
115+
implementation 'tools.jackson.core:jackson-core:3.1.0'
116+
implementation 'tools.jackson.core:jackson-databind:3.1.0'
117117

118118
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
119119
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)