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 5fc7beb commit 7379fc6Copy full SHA for 7379fc6
build.gradle
@@ -50,7 +50,7 @@ wrapper.distributionType = Wrapper.DistributionType.ALL
50
51
repositories.mavenCentral()
52
dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2'))
53
-dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
+dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
54
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')
56
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
0 commit comments