Skip to content

Commit

Permalink
Align Panache's jpamodelgen version on the main Hibernate ORM version…
Browse files Browse the repository at this point in the history
… in the BOM
  • Loading branch information
yrodiere committed Jan 26, 2024
1 parent 69a9d81 commit 5e30a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<!-- Panache needs to run the hibernate-jpamodelgen annotation processor,
and unfortunately annotation processors are not covered by dependency management -->
<hibernate-orm.version>6.4.0.Final</hibernate-orm.version>
<hibernate-orm.version>6.4.2.Final</hibernate-orm.version>
<!-- Antlr 4 is used by the PanacheQL parser but also needs to match the requirements of Hibernate ORM 6.x-->
<antlr.version>4.13.0</antlr.version>

Expand Down

0 comments on commit 5e30a75

Please sign in to comment.