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 88fc710 commit c6fa19eCopy full SHA for c6fa19e
build.gradle
@@ -43,7 +43,7 @@ ext {
43
44
dependencies {
45
// JUnit setup for testing
46
- testImplementation(platform("org.junit:junit-bom:5.13.0"))
+ testImplementation(platform("org.junit:junit-bom:5.13.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