From 25ac087f31156fc9271bf6c31859a86d9b625b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:55:21 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management from 1.1.4 to 1.1.5 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 to 1.1.5. - [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.5) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e1d0d95cf7c..1a28b8913bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { id("me.qoomon.git-versioning") version "6.4.3" id("com.github.ben-manes.versions") version "0.51.0" id("org.springframework.boot") version "3.2.4" - id("io.spring.dependency-management") version "1.1.4" + id("io.spring.dependency-management") version "1.1.5" id("io.github.1c-syntax.bslls-dev-tools") version "0.7.3" id("ru.vyarus.pom") version "3.0.0" id("com.gorylenko.gradle-git-properties") version "2.4.2"