Bump groovyVersion from 4.0.12 to 4.0.13 (#8834)

This commit is contained in:
dependabot[bot] 2023-06-29 17:25:46 -07:00 committed by GitHub
parent f4e2524298
commit 87d2aa881b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ val otelSdkVersion = "1.27.0"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
// 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
// old baseline versions but we do try to force those libraries' transitive dependencies to new