Skip to content

Commit 87d2aa8

Browse files
Bump groovyVersion from 4.0.12 to 4.0.13 (open-telemetry#8834)
1 parent f4e2524 commit 87d2aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val otelSdkVersion = "1.27.0"
1616
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1717

1818
// Need both BOM and groovy jars
19-
val groovyVersion = "4.0.12"
19+
val groovyVersion = "4.0.13"
2020

2121
// We don't force libraries we instrument to new versions since we compile and test against specific
2222
// old baseline versions but we do try to force those libraries' transitive dependencies to new

0 commit comments

Comments
 (0)