We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bace43 commit 66106f0Copy full SHA for 66106f0
2 files changed
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -43,7 +43,7 @@ java {
43
44
checkstyle {
45
configDirectory.set(file("$rootDir/buildscripts/"))
46
- toolVersion = "13.4.0"
+ toolVersion = "13.4.1"
47
isIgnoreFailures = false
48
configProperties["rootDir"] = rootDir
49
}
dependencyManagement/build.gradle.kts
@@ -17,7 +17,7 @@ val slf4jVersion = "2.0.17"
17
val opencensusVersion = "0.31.1"
18
val prometheusServerVersion = "1.5.1"
19
val armeriaVersion = "1.38.0"
20
-val junitVersion = "5.14.3"
+val junitVersion = "5.14.4"
21
val okhttpVersion = "5.3.2"
22
23
val DEPENDENCY_BOMS = listOf(
0 commit comments