Use Boot version for Hibernate enhancement in GraalVM example.

This commit is contained in:
Oliver Drotbohm
2024-08-15 15:50:02 +02:00
parent 7835ce0533
commit 643b274764

View File

@@ -37,7 +37,7 @@
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>6.1.4.Final</version>
<version>${hibernate.version}</version>
<executions>
<execution>
<configuration>