We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2288103 commit 6239df7Copy full SHA for 6239df7
1 file changed
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -24,7 +24,7 @@ java {
24
25
checkstyle {
26
configDirectory.set(file("$rootDir/buildscripts/"))
27
- toolVersion = "13.4.0"
+ toolVersion = "13.4.1"
28
isIgnoreFailures = false
29
configProperties["rootDir"] = rootDir
30
}
@@ -134,7 +134,7 @@ dependencies {
134
135
testing {
136
suites.withType(JvmTestSuite::class).configureEach {
137
- useJUnitJupiter("5.14.3")
+ useJUnitJupiter("5.14.4")
138
139
dependencies {
140
implementation(project(project.path))
0 commit comments