diff --git a/java/ebean/gradle/libs.versions.toml b/java/ebean/gradle/libs.versions.toml index 30e334236..16d8bc9db 100644 --- a/java/ebean/gradle/libs.versions.toml +++ b/java/ebean/gradle/libs.versions.toml @@ -2,7 +2,7 @@ twirl = "2.0.7" play = "3.1.0-d1f1b9f8-SNAPSHOT" 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 +ebean = "15.8.1" # 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.26.3"