From 5af1f115afe3870df407d84f7b33162735ea396a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:57:34 +0000 Subject: [PATCH] Bump org.grails.profiles:rest-api from 5.0.1 to 7.0.1 Bumps [org.grails.profiles:rest-api](https://github.com/grails-profiles/rest-api) from 5.0.1 to 7.0.1. - [Release notes](https://github.com/grails-profiles/rest-api/releases) - [Commits](https://github.com/grails-profiles/rest-api/compare/v5.0.1...v7.0.1) --- updated-dependencies: - dependency-name: org.grails.profiles:rest-api 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 51363df..55c2c03 100644 --- a/build.gradle +++ b/build.gradle @@ -29,5 +29,5 @@ repositories { } dependencies { - runtime "org.grails.profiles:rest-api:5.0.1" + runtime "org.grails.profiles:rest-api:7.0.1" }