File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Deps {
2929 const val kotlin_stdlib = " org.jetbrains.kotlin:kotlin-stdlib:${Versions .kotlin} "
3030 const val kotlin_reflect = " org.jetbrains.kotlin:kotlin-reflect:${Versions .kotlin_reflect} "
3131 const val java_cose = " com.augustcellars.cose:cose-java:${Versions .java_cose} "
32- const val json_validation = " com.github.fge :json-schema-validator:${Versions .json_validation} "
32+ const val json_validation = " com.github.java-json-tools :json-schema-validator:${Versions .json_validation} "
3333 const val jackson_cbor = " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${Versions .jackson_cbor} "
3434 const val bouncy_castle = " org.bouncycastle:bcpkix-jdk15to18:${Versions .bouncy_castle} "
3535
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ object Versions {
3434 const val bouncy_castle = " 1.68"
3535
3636 // Validation
37- const val json_validation = " 2.2.6 "
37+ const val json_validation = " 2.2.14 "
3838
3939 // Tests
4040 const val junit = " 4.13.1"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ dependencies {
5050 implementation(Deps . json_validation) {
5151 exclude group : " org.mozilla" , module : " rhino"
5252 }
53+
5354 implementation Deps . jackson_cbor
5455 implementation Deps . bouncy_castle
5556
You can’t perform that action at this time.
0 commit comments