Skip to content

Commit

Permalink
Use Hibernate ORM 6.5.0.CR2 / Reactive 2.3.0.CR1 for now
Browse files Browse the repository at this point in the history
As the Final versions haven't been released yet.
  • Loading branch information
yrodiere committed Apr 22, 2024
1 parent c1eaabf commit a8da349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
bytebuddy.version (just below), hibernate-orm.version-for-documentation (in docs/pom.xml)
and both hibernate-orm.version and antlr.version in build-parent/pom.xml
WARNING again for diffs that don't provide enough context: when updating, see above -->
<hibernate-orm.version>6.5.0.Final</hibernate-orm.version>
<hibernate-orm.version>6.5.0.CR2</hibernate-orm.version>
<bytebuddy.version>1.14.12</bytebuddy.version> <!-- Version controlled by Hibernate ORM's needs -->
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version> <!-- version controlled by Hibernate ORM -->
<hibernate-reactive.version>2.3.0.Final</hibernate-reactive.version>
<hibernate-reactive.version>2.3.0.CR1</hibernate-reactive.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<!-- When updating, align hibernate-search.version-for-documentation in docs/pom.xml -->
<hibernate-search.version>7.1.0.Final</hibernate-search.version>
Expand Down

0 comments on commit a8da349

Please sign in to comment.