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 feed646 commit 1e875eaCopy full SHA for 1e875ea
2 files changed
build.gradle.kts
@@ -36,10 +36,6 @@ subprojects {
36
// --- Vulnerability fixes end ---
37
38
radarKotlin {
39
- javaVersion.set(rootProject.libs.versions.java.get().toInt())
40
- kotlinVersion.set(rootProject.libs.versions.kotlin)
41
- slf4jVersion.set(rootProject.libs.versions.slf4j)
42
log4j2Version.set(rootProject.libs.versions.log4j2)
43
- junitVersion.set(rootProject.libs.versions.junit)
44
}
45
gradle/libs.versions.toml
@@ -16,7 +16,6 @@ okhttp = "4.12.0"
16
firebaseAdmin = "9.6.0"
17
radarSchemas = "0.8.16"
18
ktor = "2.3.10"
19
-junit = "5.10.2"
20
wiremock = "3.0.1"
21
mockito = "5.11.0"
22
netty = "4.1.125.Final"
0 commit comments