Bump groovyVersion from 4.0.12 to 4.0.13 (#8834)
This commit is contained in:
parent
f4e2524298
commit
87d2aa881b
|
@ -16,7 +16,7 @@ val otelSdkVersion = "1.27.0"
|
||||||
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
|
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
|
||||||
|
|
||||||
// Need both BOM and groovy jars
|
// Need both BOM and groovy jars
|
||||||
val groovyVersion = "4.0.12"
|
val groovyVersion = "4.0.13"
|
||||||
|
|
||||||
// We don't force libraries we instrument to new versions since we compile and test against specific
|
// 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
|
// old baseline versions but we do try to force those libraries' transitive dependencies to new
|
||||||
|
|
Loading…
Reference in New Issue