We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a741600 commit 0cb936bCopy full SHA for 0cb936b
lib/build.gradle
@@ -112,8 +112,8 @@ javadoc {
112
}
113
114
dependencies {
115
- implementation 'tools.jackson.core:jackson-core:3.0.4'
116
- implementation 'tools.jackson.core:jackson-databind:3.0.4'
+ implementation 'tools.jackson.core:jackson-core:3.1.0'
+ implementation 'tools.jackson.core:jackson-databind:3.1.0'
117
118
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
119
testImplementation 'junit:junit:4.13.2'
0 commit comments