Skip to content

Commit 236ac7a

Browse files
committed
Upgrade to Hibernate 6.6.44.Final.
See #4200
1 parent 9efb0ed commit 236ac7a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

@@ -30,7 +29,7 @@
3029
<antlr>4.13.0</antlr> <!-- align with Hibernate's parser -->
3130
<eclipselink>4.0.9</eclipselink>
3231
<eclipselink-next>4.0.10-SNAPSHOT</eclipselink-next>
33-
<hibernate>6.6.42.Final</hibernate>
32+
<hibernate>6.6.44.Final</hibernate>
3433
<hibernate-62>6.2.38.Final</hibernate-62>
3534
<hibernate-66-snapshots>6.6.43-SNAPSHOT</hibernate-66-snapshots>
3635
<hibernate-70>7.0.10.Final</hibernate-70>
@@ -196,4 +195,4 @@
196195
</pluginRepository>
197196
</pluginRepositories>
198197

199-
</project>
198+
</project>

0 commit comments

Comments
 (0)