Skip to content

Commit 326d582

Browse files
committed
bump jackson dependency
1 parent af49ba8 commit 326d582

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
@@ -34,7 +34,7 @@ compileJava {
3434
}
3535

3636
dependencies {
37-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
37+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
3838
implementation 'commons-codec:commons-codec:1.11'
3939
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.59'
4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)