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 532a826 commit 083d807Copy full SHA for 083d807
dependencyManagement/build.gradle.kts
@@ -10,7 +10,7 @@ val otelContribVersion = "1.47.0-alpha"
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
11
12
// Need both BOM and groovy jars
13
-val groovyVersion = "4.0.27"
+val groovyVersion = "4.0.28"
14
15
// We don't force libraries we instrument to new versions since we compile and test against specific
16
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments