From 22eebcd4e4ef9beeb144b86dfb1dc0bc46a2b9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:31:20 +0000 Subject: [PATCH] chore(deps): bump org.apache.groovy:groovy-dateutil from 4.0.6 to 4.0.23 Bumps [org.apache.groovy:groovy-dateutil](https://github.com/apache/groovy) from 4.0.6 to 4.0.23. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-dateutil 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 0364cb1..fbfc7e0 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { 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-dateutil:4.0.23' 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}"