File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,13 @@ object Deps {
53
53
const val java_cose = " com.augustcellars.cose:cose-java:${Versions .java_cose} "
54
54
const val json_validation = " com.github.fge:json-schema-validator:${Versions .json_validation} "
55
55
const val jackson_cbor = " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${Versions .jackson_cbor} "
56
+ const val bouncy_castle = " org.bouncycastle:bcpkix-jdk15to18:${Versions .bouncy_castle} "
56
57
57
58
const val timber = " com.jakewharton.timber:timber:${Versions .timber} "
58
59
59
60
const val test_junit = " junit:junit:${Versions .junit} "
61
+ const val test_junit_jupiter_api = " org.junit.jupiter:junit-jupiter-api:${Versions .junit_jupiter} "
62
+ const val test_junit_jupiter_params = " org.junit.jupiter:junit-jupiter-params:${Versions .junit_jupiter} "
63
+ const val test_runtime_only = " org.junit.jupiter:junit-jupiter-engine:${Versions .junit_jupiter} "
64
+ const val test_hamcrest = " org.hamcrest:hamcrest:${Versions .hamcrest} "
60
65
}
Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ object Versions {
51
51
const val kotlin_reflect = " 1.4.32"
52
52
const val jackson_cbor = " 2.12.3"
53
53
const val java_cose = " 1.1.0"
54
+ const val bouncy_castle = " 1.68"
54
55
55
56
// Validation
56
57
const val json_validation = " 2.2.6"
57
58
58
59
// Tests
59
60
const val junit = " 4.13.1"
61
+ const val junit_jupiter = " 5.7.1"
62
+ const val hamcrest = " 2.2"
60
63
}
You can’t perform that action at this time.
0 commit comments