fix(deps): update groovy monorepo to v4.0.19 (main) (patch) (#10727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b73901047b
commit
16c3bb1d0b
|
@ -12,7 +12,7 @@ val otelSdkVersion = "1.35.0"
|
|||
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
|
||||
|
||||
// Need both BOM and groovy jars
|
||||
val groovyVersion = "4.0.18"
|
||||
val groovyVersion = "4.0.19"
|
||||
|
||||
// We don't force libraries we instrument to new versions since we compile and test against specific
|
||||
// old baseline versions but we do try to force those libraries' transitive dependencies to new
|
||||
|
|
Loading…
Reference in New Issue