File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
<deploy .skip>true</deploy .skip>
19
19
20
20
<!-- 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>
22
22
<version .bom.org.elasticsearch.client>9.0.4</version .bom.org.elasticsearch.client>
23
23
<version .bom.software.amazon.awssdk>2.31.2</version .bom.software.amazon.awssdk>
24
24
<version .bom.io.smallrye>3.3.0</version .bom.io.smallrye>
Original file line number Diff line number Diff line change 94
94
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
95
95
`net.bytebuddy.experimental` property can be removed.
96
96
-->
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>
98
98
99
99
<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>
100
100
<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>
You can’t perform that action at this time.
0 commit comments