From 401de820bb7d3920dd5818804d61810bcd8e6631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:49:00 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/build.gradle b/server/build.gradle index 894d073c..58221e67 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -6,14 +6,14 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:4.0.4' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:4.0.5' } } plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '4.0.4' + id 'org.springframework.boot' version '4.0.5' id 'jacoco' }