We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b595b commit 22701b7Copy full SHA for 22701b7
build.gradle
@@ -41,7 +41,7 @@ ext {
41
dependencies {
42
// JUnit setup for testing
43
testImplementation 'org.junit.jupiter:junit-jupiter-params'
44
- testImplementation(platform("org.junit:junit-bom:5.11.2"))
+ testImplementation(platform("org.junit:junit-bom:5.11.3"))
45
testImplementation 'org.junit.jupiter:junit-jupiter-api'
46
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
47
// JSON object mapping / (de-)serialization
0 commit comments