We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86b79d commit c28bd2eCopy full SHA for c28bd2e
dependencyManagement/build.gradle.kts
@@ -12,7 +12,7 @@ val otelSdkVersion = "1.41.0"
12
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
13
14
// Need both BOM and groovy jars
15
-val groovyVersion = "4.0.22"
+val groovyVersion = "4.0.23"
16
17
// We don't force libraries we instrument to new versions since we compile and test against specific
18
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments