From d320d2571824cf411029bae26794380c3015e110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:58:23 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.20 to 4.0.21. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b72407fdd..006d8b557 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ ext { //version (changing these should be considered thoroughly!) javaVersion = JavaVersion.VERSION_17 groovyVersion = "4.0" - groovyBinaryVersion = "4.0.20" + groovyBinaryVersion = "4.0.21" testcontainersVersion = '1.19.7' scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins