From d75a20d393f3977eaefbdf1f49fd43ef20368ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:41:56 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-jpa from 4.0.3 to 4.0.4 Bumps [org.springframework.data:spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-data-jpa/releases) - [Commits](https://github.com/spring-projects/spring-data-jpa/compare/4.0.3...4.0.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-jpa dependency-version: 4.0.4 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 b7c503f..c80b4a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:4.0.3") implementation("org.springframework:spring-core:7.0.6") - implementation("org.springframework.data:spring-data-jpa:4.0.3") + implementation("org.springframework.data:spring-data-jpa:4.0.4") implementation("org.springframework.boot:spring-boot-starter-data-jpa:4.0.3") implementation("com.h2database:h2:2.4.240")