Skip to content

Commit 66106f0

Browse files
Update all patch versions (#8339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bace43 commit 66106f0

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.0"
46+
toolVersion = "13.4.1"
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
@@ -17,7 +17,7 @@ val slf4jVersion = "2.0.17"
1717
val opencensusVersion = "0.31.1"
1818
val prometheusServerVersion = "1.5.1"
1919
val armeriaVersion = "1.38.0"
20-
val junitVersion = "5.14.3"
20+
val junitVersion = "5.14.4"
2121
val okhttpVersion = "5.3.2"
2222

2323
val DEPENDENCY_BOMS = listOf(

0 commit comments

Comments
 (0)