From 0d5752d46397529c20fbfdac614a9405d85e3ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:10:56 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-all from 4.0.22 to 4.0.25 Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.22 to 4.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all 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 1a5e502..39c6456 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-rest' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'org.apache.groovy:groovy-all:4.0.22' + implementation 'org.apache.groovy:groovy-all:4.0.25' implementation 'com.h2database:h2' implementation 'com.microsoft.sqlserver:mssql-jdbc'