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 b4b51bd commit b4cbd45Copy full SHA for b4cbd45
build.gradle
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- testImplementation('org.junit.jupiter:junit-jupiter:5.9.3', 'org.json:json:20230618')
+ testImplementation('org.junit.jupiter:junit-jupiter:5.10.0', 'org.json:json:20230618')
17
18
19
version = System.getenv("RELEASE_VERSION") ?: 'NONE'
0 commit comments