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 49d95b8Copy full SHA for 49d95b8
build.gradle
@@ -59,7 +59,7 @@ 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')
61
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
62
-dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')
+dependencies.api('org.slf4j:slf4j-api:2.0.0-beta1')
63
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
64
65
/* ********************* *
0 commit comments