We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b563b commit e6f4610Copy full SHA for e6f4610
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.1"
+ toolVersion = "13.4.2"
47
isIgnoreFailures = false
48
configProperties["rootDir"] = rootDir
49
}
dependencyManagement/build.gradle.kts
@@ -26,7 +26,7 @@ val DEPENDENCY_BOMS = listOf(
26
// (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
27
// by FOSSA for containing EPL-licensed)
28
29
- "com.fasterxml.jackson:jackson-bom:2.21.2",
+ "com.fasterxml.jackson:jackson-bom:2.21.3",
30
"com.google.guava:guava-bom:33.6.0-jre",
31
"com.google.protobuf:protobuf-bom:4.34.1",
32
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
0 commit comments