From 6bad1852c14dbdae9654563de6ca581182d4a6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:12:37 +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 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-starter-data-jpa dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d89aea2..5f68d9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,10 +51,10 @@ dependencies { implementation("com.google.protobuf:protobuf-java:4.34.1") implementation("com.google.protobuf:protobuf-java-util:4.34.1") - implementation("org.springframework.boot:spring-boot-starter-web:4.0.3") + implementation("org.springframework.boot:spring-boot-starter-web:4.0.5") implementation("org.springframework:spring-core:7.0.6") implementation("org.springframework.data:spring-data-jpa:4.0.4") - implementation("org.springframework.boot:spring-boot-starter-data-jpa:4.0.3") + implementation("org.springframework.boot:spring-boot-starter-data-jpa:4.0.5") implementation("com.h2database:h2:2.4.240") implementation("de.mkammerer:argon2-jvm:2.12")