diff --git a/java/ebean/gradle/libs.versions.toml b/java/ebean/gradle/libs.versions.toml index 19e0df423..a67269943 100644 --- a/java/ebean/gradle/libs.versions.toml +++ b/java/ebean/gradle/libs.versions.toml @@ -2,7 +2,7 @@ twirl = "2.1.0-M9" play = "3.1.0-M9" play-ebean = "9.0.0-M2" -ebean = "19.0.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19 +ebean = "19.2.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19 h2 = "2.3.232" junit = "4.13.2" assertj = "3.27.7"