Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Bump Jackson dependency version in Gradle config too
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 5, 2020
1 parent 2aa0416 commit d62a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u2flib-server-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile(
[group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version:'1.54'],
[group: 'com.google.guava', name: 'guava', version:'19.0'],
[group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.9.10.1'],
[group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.9.10.3'],
)

}

0 comments on commit d62a851

Please sign in to comment.