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 e9d38dc commit 04b707eCopy full SHA for 04b707e
build.gradle
@@ -56,7 +56,7 @@ wrapper.gradleVersion = '7.5.1'
56
wrapper.distributionType = Wrapper.DistributionType.ALL
57
58
repositories.mavenCentral()
59
-dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2'))
+dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.9.0'))
60
dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
61
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
62
dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')
0 commit comments