From 4d5da90a861815dfaf39fab159726028b801d687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:23:33 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management from 1.1.3 to 1.1.4 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.3 to 1.1.4. - [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.4) --- 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 559c2004f78..bb74a1ba0d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { id("me.qoomon.git-versioning") version "6.4.2" id("com.github.ben-manes.versions") version "0.49.0" id("org.springframework.boot") version "3.1.5" - id("io.spring.dependency-management") version "1.1.3" + id("io.spring.dependency-management") version "1.1.4" id("io.github.1c-syntax.bslls-dev-tools") version "0.7.3" id("ru.vyarus.pom") version "2.2.2" id("com.gorylenko.gradle-git-properties") version "2.4.1"