Skip to content

Commit ab66332

Browse files
build(deps): bump org.jetbrains.kotlin.plugin.jpa
Bumps [org.jetbrains.kotlin.plugin.jpa](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.jpa dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f652d6f commit ab66332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

10_mainscope/server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("org.springframework.boot") version "3.5.5"
33
id("io.spring.dependency-management") version "1.1.7"
4-
id("org.jetbrains.kotlin.plugin.jpa") version "2.2.20"
4+
id("org.jetbrains.kotlin.plugin.jpa") version "2.3.0"
55
kotlin("jvm") version "2.2.10"
66
kotlin("plugin.spring") version "2.2.20"
77
}

0 commit comments

Comments
 (0)