We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e585e66 commit 448b961Copy full SHA for 448b961
dependencyManagement/build.gradle.kts
@@ -16,7 +16,7 @@ val otelSdkVersion = "1.26.0"
16
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
17
18
// Need both BOM and groovy jars
19
-val groovyVersion = "4.0.11"
+val groovyVersion = "4.0.12"
20
21
// We don't force libraries we instrument to new versions since we compile and test against specific
22
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments