Skip to content

Commit 448b961

Browse files
Bump groovyVersion from 4.0.11 to 4.0.12 (#8442)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e585e66 commit 448b961

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.26.0"
1616
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1717

1818
// Need both BOM and groovy jars
19-
val groovyVersion = "4.0.11"
19+
val groovyVersion = "4.0.12"
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)