From 4273a70caf6ef01623a90072cebb4be299b6bd3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:25:23 +0000 Subject: [PATCH] Bump io.spring.gradle:dependency-management-plugin from 1.1.4 to 1.1.6 Bumps [io.spring.gradle:dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 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.4...v1.1.6) --- updated-dependencies: - dependency-name: io.spring.gradle:dependency-management-plugin 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 94c24d480..f85e9cb87 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0" - classpath "io.spring.gradle:dependency-management-plugin:1.1.4" + classpath "io.spring.gradle:dependency-management-plugin:1.1.6" classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2" classpath 'org.hidetake:gradle-ssh-plugin:2.10.1' classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0'