From e58f2f01b12bdfc4fd999a4f7d7d73f521000f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:05:22 +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.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:spring-boot-starter-data-jpa 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 9b9fc9b..bdb9487 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ tasks.getByName("jar") { dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.springframework.boot:spring-boot-starter-web:3.4.0") - implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.4.0") + implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.4.1") implementation("org.postgresql:postgresql:42.7.4") implementation("com.faendir.jraw:JRAW:1.2.0") implementation("org.telegram:telegrambots:6.9.7.1")