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 49d95b8 commit 124ef69Copy full SHA for 124ef69
build.gradle
@@ -57,7 +57,7 @@ wrapper.distributionType = Wrapper.DistributionType.ALL
57
58
repositories.mavenCentral()
59
dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2'))
60
-dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
+dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
61
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
62
dependencies.api('org.slf4j:slf4j-api:2.0.0-beta1')
63
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
0 commit comments