Skip to content

Commit

Permalink
Upgrade to Hibernate Commons Annotations 7.0.2.Final
Browse files Browse the repository at this point in the history
No change at runtime, as 7.0.2.Final is identical to 7.0.1.Final except
for some build plugins.

This is mainly useful to allow rebuilding Quarkus and all its
dependencies from source, as 7.0.1.Final has build-time dependencies on
artifacts that were hosted on JCenter and are no longer available.
  • Loading branch information
yrodiere committed Oct 18, 2024
1 parent 5e4a69e commit 9c5a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<hibernate-orm.version>6.6.1.Final</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-commons-annotations.version>7.0.1.Final</hibernate-commons-annotations.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-commons-annotations.version>7.0.2.Final</hibernate-commons-annotations.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>
Expand Down

0 comments on commit 9c5a4e6

Please sign in to comment.