We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b3bb5 commit 89cbca5Copy full SHA for 89cbca5
build.gradle
@@ -43,7 +43,7 @@ ext {
43
44
dependencies {
45
// JUnit setup for testing
46
- testImplementation(platform("org.junit:junit-bom:5.13.4"))
+ testImplementation(platform("org.junit:junit-bom:5.14.1"))
47
testImplementation('org.junit.jupiter:junit-jupiter')
48
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
49
// JSON object mapping / (de-)serialization
0 commit comments