From 9e9f63a7c9e0a0dfbcdb4107102bb301fcf4cc2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 12:07:07 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.plugin.jpa to v2.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 198ecd4..2169de3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "2.3.21" apply false kotlin("plugin.serialization") version "2.3.21" apply false kotlin("plugin.spring") version "2.3.21" apply false - kotlin("plugin.jpa") version "2.3.21" apply false + kotlin("plugin.jpa") version "2.4.0" apply false id("org.springframework.boot") version "3.4.0" apply false id("io.spring.dependency-management") version "1.1.6" apply false }