Skip to content

Commit

Permalink
Upgrade Hibernate Reactive and ORM
Browse files Browse the repository at this point in the history
* Hibernate ORM to 6.2.5.Final
* Hibernate Reactive to 2.0.1.Final
  • Loading branch information
DavideD committed Jun 15, 2023
1 parent 33db72d commit 5cb713f
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 @@ -97,10 +97,10 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-codec.version>1.15</commons-codec.version>
<classmate.version>1.5.1</classmate.version>
<hibernate-orm.version>6.2.4.Final</hibernate-orm.version> <!-- When updating, align bytebuddy.version to Hibernate needs as well (just below): -->
<hibernate-orm.version>6.2.5.Final</hibernate-orm.version> <!-- When updating, align bytebuddy.version to Hibernate needs as well (just below): -->
<bytebuddy.version>1.12.18</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.0.0.Final</hibernate-reactive.version>
<hibernate-reactive.version>2.0.1.Final</hibernate-reactive.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<hibernate-search.version>6.1.7.Final</hibernate-search.version>
<narayana.version>6.0.1.Final</narayana.version>
Expand Down

0 comments on commit 5cb713f

Please sign in to comment.