Skip to content

Commit e6f4610

Browse files
Update all patch versions
1 parent b1b563b commit e6f4610

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ java {
4343

4444
checkstyle {
4545
configDirectory.set(file("$rootDir/buildscripts/"))
46-
toolVersion = "13.4.1"
46+
toolVersion = "13.4.2"
4747
isIgnoreFailures = false
4848
configProperties["rootDir"] = rootDir
4949
}

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val DEPENDENCY_BOMS = listOf(
2626
// (which is EPL licensed) or armeria bom (which is Apache licensed but is getting flagged
2727
// by FOSSA for containing EPL-licensed)
2828

29-
"com.fasterxml.jackson:jackson-bom:2.21.2",
29+
"com.fasterxml.jackson:jackson-bom:2.21.3",
3030
"com.google.guava:guava-bom:33.6.0-jre",
3131
"com.google.protobuf:protobuf-bom:4.34.1",
3232
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",

0 commit comments

Comments
 (0)