Skip to content

Commit 4bff2f8

Browse files
committed
HSEARCH-5491 Update to Hibernate ORM 7.1.2.Final
1 parent 70fd4ea commit 4bff2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/platform-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<deploy.skip>true</deploy.skip>
1919

2020
<!-- These versions will be checked against the ones resolved by Maven for the project in the enforcer rule -->
21-
<version.bom.org.hibernate.orm>7.1.1.Final</version.bom.org.hibernate.orm>
21+
<version.bom.org.hibernate.orm>7.1.2.Final</version.bom.org.hibernate.orm>
2222
<version.bom.org.elasticsearch.client>9.1.4</version.bom.org.elasticsearch.client>
2323
<version.bom.software.amazon.awssdk>2.34.1</version.bom.software.amazon.awssdk>
2424
<version.bom.io.smallrye>3.3.1</version.bom.io.smallrye>

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
100100
`net.bytebuddy.experimental` property can be removed.
101101
-->
102-
<version.org.hibernate.orm>7.1.1.Final</version.org.hibernate.orm>
102+
<version.org.hibernate.orm>7.1.2.Final</version.org.hibernate.orm>
103103

104104
<javadoc.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/</javadoc.org.hibernate.orm.url>
105105
<documentation.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html</documentation.org.hibernate.orm.url>

0 commit comments

Comments
 (0)