From 31da0f4d6329c66650dbfd74cf452fcf4f49c699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:41:28 +0000 Subject: [PATCH] Bump io.spring.dependency-management from 1.1.5 to 1.1.6 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.5 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.5...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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dccb87b1..0309d970 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,5 +8,5 @@ org-springframework-data-spring-data-bom = "org.springframework.data:spring-data org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.0.4" [plugins] -io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.5" } +io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" } org-springframework-boot = { id = "org.springframework.boot", version.ref = "org-springframework-boot" }