From 2d50f357d2e69339b15a4abb6665798a8d443eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:32:28 +0000 Subject: [PATCH] chore(deps): bump plugin.jpa from 2.0.21 to 2.3.21 Bumps [plugin.jpa](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.3.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.3.21) --- updated-dependencies: - dependency-name: plugin.jpa dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca03cc5..f076786 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { java kotlin("jvm") version "2.0.21" apply false kotlin("plugin.spring") version "2.0.21" apply false - kotlin("plugin.jpa") version "2.0.21" apply false + kotlin("plugin.jpa") version "2.3.21" apply false id("org.springframework.boot") version "3.4.13" apply false id("io.spring.dependency-management") version "1.1.7" apply false // OpenAPI spec build-time export — 실제 적용은 bootstrap 모듈.