Skip to content

Commit

Permalink
Update org.playframework:play-ebean_* to 8.3.0 (was 8.0.0-M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage authored and mergify[bot] committed Jun 27, 2024
1 parent 147da59 commit 04ca898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/ebean/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.playframework:play-logback_$scalaVersion")
implementation("org.playframework:play-ebean_$scalaVersion:${libs.versions.play.ebean.get()}")
implementation(libs.h2)
annotationProcessor(libs.ebean.generator)
annotationProcessor("io.ebean:querybean-generator:${libs.versions.ebean.get()}")

testImplementation(libs.junit)
testImplementation("org.playframework:play-test_$scalaVersion")
Expand Down
6 changes: 3 additions & 3 deletions java/ebean/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
twirl = "2.0.6"
play = "3.0.1-03969c1e-SNAPSHOT"
ebean = "13.17.3" # Sync with Play Ebean version
play-ebean = "8.0.0-M1"
play-ebean = "8.3.0"
ebean = "15.1.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
h2 = "2.2.224"
junit = "4.13.2"
assertj = "3.26.0"
Expand All @@ -15,7 +15,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
awaitility = { group = "org.awaitility", name = "awaitility", version.ref = "awaitility" }
mockito = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
ebean-generator = { group = "io.ebean", name = "querybean-generator", version.ref = "ebean" }
play-ebean = { group ="org.playframework", name = "play-ebean_2.13", version.ref = "play-ebean" }

[plugins]
ebean = { id = "io.ebean", version.ref = "ebean" }
Expand Down

0 comments on commit 04ca898

Please sign in to comment.