Skip to content

Commit 53b1c1d

Browse files
authored
Merge pull request #289 from driessamyn/dependabot/gradle/org.jetbrains.kotlin.plugin.jpa-2.3.10
build(deps): Bump org.jetbrains.kotlin.plugin.jpa from 2.3.0 to 2.3.10
2 parents e107022 + bcc20ad commit 53b1c1d

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)