From 2c060e260faa477e63049a542ae29120169aa2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:13:26 +0000 Subject: [PATCH] Bump io.spring.dependency-management Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.3 to 1.1.6. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.3...v1.1.6) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- authorisation-adjustment-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorisation-adjustment-example/build.gradle b/authorisation-adjustment-example/build.gradle index 10c2d94..fabbd5e 100644 --- a/authorisation-adjustment-example/build.gradle +++ b/authorisation-adjustment-example/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.4' - id 'io.spring.dependency-management' version '1.1.3' + id 'io.spring.dependency-management' version '1.1.6' id 'java' }