Skip to content

Commit 8acfff2

Browse files
authored
Merge pull request #309 from auth0/sec-fix
Bump jackson-databind to patch security issues
2 parents 566d06e + 858f046 commit 8acfff2

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)