Skip to content

Commit

Permalink
Upgrade to Hibernate ORM 7.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Nov 18, 2024
1 parent 96a5754 commit 52ac3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<jacoco.version>0.8.12</jacoco.version>
<kubernetes-client.version>6.13.4</kubernetes-client.version> <!-- Please check with Java Operator SDK team before updating -->
<rest-assured.version>5.5.0</rest-assured.version>
<hibernate-orm.version>7.0.0.Beta1</hibernate-orm.version> <!-- WARNING when updating, also align the versions below -->
<hibernate-orm.version>7.0.0.Beta2</hibernate-orm.version> <!-- WARNING when updating, also align the versions below -->
<antlr.version>4.13.0</antlr.version> <!-- version controlled by Hibernate ORM's needs -->
<bytebuddy.version>1.14.18</bytebuddy.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-models.version>0.8.6</hibernate-models.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-models.version>0.9.3</hibernate-models.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-reactive.version>2.4.2.Final</hibernate-reactive.version> <!-- highly sensitive to Hibernate ORM upgrades -->
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<hibernate-search.version>7.2.1.Final</hibernate-search.version> <!-- WARNING when updating, also align the versions below -->
Expand Down

0 comments on commit 52ac3a9

Please sign in to comment.