From 90fa104302cb6b2b4d68bc4ce7333f49a5ef429a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:43:14 +0000 Subject: [PATCH] chore(deps): bump org.apache.groovy:groovy from 4.0.6 to 4.0.21 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.6 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0364cb1..78ad6e6 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ dependencies { bundledLibs 'com.google.code.gson:gson:2.10' bundledLibs 'com.rabbitmq:amqp-client:5.16.0' - testImplementation 'org.apache.groovy:groovy:4.0.6' - testImplementation 'org.apache.groovy:groovy-dateutil:4.0.6' + testImplementation 'org.apache.groovy:groovy:4.0.21' + testImplementation 'org.apache.groovy:groovy-dateutil:4.0.21' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' testImplementation 'org.junit.platform:junit-platform-engine:1.9.1' testImplementation "org.odpi.egeria:repository-services-implementation:${egeriaVersion}"