From 7ce385cea3f5d08dbf45f3f8a83ed23e7036bbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:03:01 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-all from 4.0.22 to 4.0.24 Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.22 to 4.0.24. - [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..65ab7a9 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.24' implementation 'com.h2database:h2' implementation 'com.microsoft.sqlserver:mssql-jdbc'