We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 476adec + 4511404 commit bd277adCopy full SHA for bd277ad
1 file changed
build.gradle
@@ -43,7 +43,7 @@ ext {
43
44
dependencies {
45
// JUnit setup for testing
46
- testImplementation(platform("org.junit:junit-bom:5.12.1"))
+ testImplementation(platform("org.junit:junit-bom:5.12.2"))
47
testImplementation('org.junit.jupiter:junit-jupiter')
48
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
49
// JSON object mapping / (de-)serialization
0 commit comments