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 4ae1167Copy full SHA for 4ae1167
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.3"))
47
testImplementation('org.junit.jupiter:junit-jupiter')
48
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
49
// JSON object mapping / (de-)serialization
0 commit comments