Skip to content

Commit f053fdc

Browse files
authored
Merge pull request #46 from FlattestGuitar/change-dependency-version
Bump util dependency to match the version of the core module
2 parents 72bff0f + d002c09 commit f053fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yubico-util/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation(
1717
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.9',
1818
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.9',
19-
'com.upokecenter:cbor:3.6.0',
19+
'com.upokecenter:cbor:4.0.1',
2020
'org.bouncycastle:bcprov-jdk15on:1.62',
2121
'org.slf4j:slf4j-api:1.7.25',
2222
)

0 commit comments

Comments
 (0)