From 9e96982e3230dc05c732f0971d191a645c92ac57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:07:46 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-data-jpa Bumps [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) from 3.5.12 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.12...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68f4cd1..914f99d 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'org.springframework:spring-webflux:7.0.6' implementation 'org.springframework:spring-websocket:7.0.6' implementation 'org.springframework:spring-messaging:7.0.6' - implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.5.12" + implementation "org.springframework.boot:spring-boot-starter-data-jpa:4.0.6" implementation 'org.springframework.boot:spring-boot-starter-log4j2' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web'