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 05df491 commit 264989fCopy full SHA for 264989f
build.gradle
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
36
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.7.0"
37
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.2"
38
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.3"
39
- mavenBom "org.junit:junit-bom:5.8.2"
+ mavenBom "org.junit:junit-bom:5.9.0-RC1"
40
}
41
dependencies {
42
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.2') {
0 commit comments