From c9dc2e4b1c16620f3409d4301180021b9a9f3bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:30:34 +0800 Subject: [PATCH] chore: bump org.springframework.boot from 3.4.0 to 3.4.1 in /dgs-codegen (#3072) Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dgs-codegen/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgs-codegen/build.gradle b/dgs-codegen/build.gradle index e3c306f3a..94da30eb0 100644 --- a/dgs-codegen/build.gradle +++ b/dgs-codegen/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.4.0' + id 'org.springframework.boot' version '3.4.1' id 'io.spring.dependency-management' version '1.1.7' id 'java' id "com.netflix.dgs.codegen" version "7.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen