Skip to content

Commit e68bd5b

Browse files
Bump hibernate.version from 6.4.6.Final to 6.5.0.Final (#409)
Bumps `hibernate.version` from 6.4.6.Final to 6.5.0.Final. Updates `org.hibernate.orm:hibernate-core` from 6.4.6.Final to 6.5.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.6...6.5.0) Updates `org.hibernate.orm:hibernate-envers` from 6.4.6.Final to 6.5.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.6...6.5.0) Updates `org.hibernate.orm:hibernate-c3p0` from 6.4.6.Final to 6.5.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.6...6.5.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-envers dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2649d6 commit e68bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
125125

126126
<!-- JPA deps -->
127-
<hibernate.version>6.4.6.Final</hibernate.version>
127+
<hibernate.version>6.5.0.Final</hibernate.version>
128128
<hibernate.validator.version>8.0.1.Final</hibernate.validator.version>
129129
<eclipselink.version>4.0.2</eclipselink.version>
130130
<jpa.version>3.1.0</jpa.version>

0 commit comments

Comments
 (0)