Skip to content

Commit c15e332

Browse files
[tomee-10.x]: Bump version.hibernate.orm from 6.6.47.Final to 6.6.49.Final (#2628)
* [tomee-10.x]: Bump version.hibernate.orm Bumps `version.hibernate.orm` from 6.6.47.Final to 6.6.49.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.47.Final to 6.6.49.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.47...6.6.49) Updates `org.hibernate.orm:hibernate-jcache` from 6.6.47.Final to 6.6.49.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.47...6.6.49) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.49.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jcache dependency-version: 6.6.49.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * sync to exmaples/arquillian --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Jung <jungm@apache.org>
1 parent 5f4575c commit c15e332

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/hibernate-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>hibernate-deps</artifactId>
2525

2626
<properties>
27-
<version.hibernate.orm>6.1.4.Final</version.hibernate.orm>
27+
<version.hibernate.orm>6.6.49.Final</version.hibernate.orm>
2828
<version.hibernate.validator>7.0.5.Final</version.hibernate.validator>
2929
</properties>
3030
<dependencies>

examples/multi-jpa-provider-testing/src/test/resources/hibernate-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>hibernate-deps</artifactId>
2525

2626
<properties>
27-
<version.hibernate.orm>6.1.7.Final</version.hibernate.orm>
27+
<version.hibernate.orm>6.6.49.Final</version.hibernate.orm>
2828
<version.hibernate.validator>7.0.5.Final</version.hibernate.validator>
2929
</properties>
3030
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<!-- org.glassfish -->
219219
<version.mojarra>4.0.15</version.mojarra>
220220
<!-- org.hibernate -->
221-
<version.hibernate.orm>6.6.47.Final</version.hibernate.orm>
221+
<version.hibernate.orm>6.6.49.Final</version.hibernate.orm>
222222
<version.hibernate.validator>8.0.3.Final</version.hibernate.validator>
223223

224224
<!-- Other API and Impl. not in Jakarta EE -->

0 commit comments

Comments
 (0)