Skip to content

Commit c28bd2e

Browse files
fix(deps): update groovy monorepo to v4.0.23 (release/v1.33.x) (patch) (#12233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a86b79d commit c28bd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val otelSdkVersion = "1.41.0"
1212
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1313

1414
// Need both BOM and groovy jars
15-
val groovyVersion = "4.0.22"
15+
val groovyVersion = "4.0.23"
1616

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

0 commit comments

Comments
 (0)