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 4a3abb7 commit 45bd92dCopy full SHA for 45bd92d
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation 'com.google.code.gson:gson:2.13.2'
37
38
// JUnit 5:
39
- def junit_version = "5.11.4"
+ def junit_version = "6.0.0"
40
testImplementation(platform("org.junit:junit-bom:$junit_version"))
41
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
42
}
0 commit comments