Skip to content

Commit 3b96bb9

Browse files
committed
HSEARCH-5433 Update to Hibernate ORM 7.0.8.Final
1 parent 6f1f365 commit 3b96bb9

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.0.7.Final</version.bom.org.hibernate.orm>
21+
<version.bom.org.hibernate.orm>7.0.8.Final</version.bom.org.hibernate.orm>
2222
<version.bom.org.elasticsearch.client>9.0.4</version.bom.org.elasticsearch.client>
2323
<version.bom.software.amazon.awssdk>2.31.2</version.bom.software.amazon.awssdk>
2424
<version.bom.io.smallrye>3.3.0</version.bom.io.smallrye>

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
9595
`net.bytebuddy.experimental` property can be removed.
9696
-->
97-
<version.org.hibernate.orm>7.0.7.Final</version.org.hibernate.orm>
97+
<version.org.hibernate.orm>7.0.8.Final</version.org.hibernate.orm>
9898

9999
<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>
100100
<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)