Skip to content

Commit bcc20ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kotlin-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
`java-test-fixtures`
55

66
// needed for hibernate!
7-
id("org.jetbrains.kotlin.plugin.jpa") version "2.3.0"
7+
id("org.jetbrains.kotlin.plugin.jpa") version "2.3.10"
88
}
99

1010
dependencies {

0 commit comments

Comments
 (0)