Skip to content

Commit 6384639

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

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
@@ -82,7 +82,7 @@
8282
<mongodb.version>3.12.14</mongodb.version>
8383

8484
<!-- JPA deps -->
85-
<hibernate.version>6.4.0.Final</hibernate.version>
85+
<hibernate.version>6.4.1.Final</hibernate.version>
8686
<hibernate.validator.version>8.0.1.Final</hibernate.validator.version>
8787
<eclipselink.version>4.0.2</eclipselink.version>
8888
<jpa.version>3.1.0</jpa.version>

0 commit comments

Comments
 (0)