Skip to content

Commit 6239df7

Browse files
fix(deps): update all patch versions (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2288103 commit 6239df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ java {
2424

2525
checkstyle {
2626
configDirectory.set(file("$rootDir/buildscripts/"))
27-
toolVersion = "13.4.0"
27+
toolVersion = "13.4.1"
2828
isIgnoreFailures = false
2929
configProperties["rootDir"] = rootDir
3030
}
@@ -134,7 +134,7 @@ dependencies {
134134

135135
testing {
136136
suites.withType(JvmTestSuite::class).configureEach {
137-
useJUnitJupiter("5.14.3")
137+
useJUnitJupiter("5.14.4")
138138

139139
dependencies {
140140
implementation(project(project.path))

0 commit comments

Comments
 (0)