From 67b3eb75c9c9c75dd906dcd46f4c5f3e11052267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:54:41 +0000 Subject: [PATCH] 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 a85dcda..016c033 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.* plugins { id("java") 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("com.netflix.dgs.codegen") version "6.1.4" } apply(plugin = "com.netflix.dgs.codegen")