mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-21 14:52:12 +01:00
Move junit5-system-exit version to version.gradle
This commit is contained in:
parent
25e6560f1c
commit
3b9bf52c62
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ allprojects {
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
|
junitSysExitVersion = '1.1.2'
|
||||||
jsrVersion = '3.0.2'
|
jsrVersion = '3.0.2'
|
||||||
slf4jVersion = '1.7.36'
|
slf4jVersion = '1.7.36'
|
||||||
logbackVersion = '1.2.11'
|
logbackVersion = '1.2.11'
|
||||||
|
|
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||||
|
|
||||||
// https://todd.ginsberg.com/post/testing-system-exit/
|
// https://todd.ginsberg.com/post/testing-system-exit/
|
||||||
testImplementation 'com.ginsberg:junit5-system-exit:1.1.2'
|
testImplementation "com.ginsberg:junit5-system-exit:$junitSysExitVersion"
|
||||||
testImplementation 'org.mockito:mockito-core:4.3.1'
|
testImplementation 'org.mockito:mockito-core:4.3.1'
|
||||||
|
|
||||||
implementation("org.pgpainless:pgpainless-cert-d:0.1.1")
|
implementation("org.pgpainless:pgpainless-cert-d:0.1.1")
|
||||||
|
|
Loading…
Reference in a new issue