From 71a6696fbb9675de9f0dae323addcd13516f07ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:04:07 +0000 Subject: [PATCH] Bump org.grails.profiles:base from 5.0.6 to 7.0.1 Bumps [org.grails.profiles:base](https://github.com/grails-profiles/base) from 5.0.6 to 7.0.1. - [Release notes](https://github.com/grails-profiles/base/releases) - [Commits](https://github.com/grails-profiles/base/compare/v5.0.6...v7.0.1) --- updated-dependencies: - dependency-name: org.grails.profiles:base dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9019cbf..ea0f1c2 100644 --- a/build.gradle +++ b/build.gradle @@ -29,5 +29,5 @@ grailsPublish { } dependencies { - runtime "org.grails.profiles:base:5.0.6" + runtime "org.grails.profiles:base:7.0.1" }