Skip to content

Commit

Permalink
Merge pull request #46 from FlattestGuitar/change-dependency-version
Browse files Browse the repository at this point in the history
Bump util dependency to match the version of the core module
  • Loading branch information
emlun committed Oct 17, 2019
2 parents 72bff0f + d002c09 commit f053fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yubico-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation(
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.9',
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.9',
'com.upokecenter:cbor:3.6.0',
'com.upokecenter:cbor:4.0.1',
'org.bouncycastle:bcprov-jdk15on:1.62',
'org.slf4j:slf4j-api:1.7.25',
)
Expand Down

0 comments on commit f053fdc

Please sign in to comment.