Skip to content

Commit 643b274

Browse files
committed
Use Boot version for Hibernate enhancement in GraalVM example.
1 parent 7835ce0 commit 643b274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jpa/graalvm-native/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.hibernate.orm.tooling</groupId>
3939
<artifactId>hibernate-enhance-maven-plugin</artifactId>
40-
<version>6.1.4.Final</version>
40+
<version>${hibernate.version}</version>
4141
<executions>
4242
<execution>
4343
<configuration>

0 commit comments

Comments
 (0)