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 6e1bcfb commit 1ab2a88Copy full SHA for 1ab2a88
build.gradle
@@ -32,7 +32,7 @@ ext {
32
33
dependencies {
34
// JUnit setup for testing
35
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:5.10.1"))
36
testImplementation 'org.junit.jupiter:junit-jupiter-api'
37
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
38
// JSON object mapping / (de-)serialization
0 commit comments