Skip to content

Commit

Permalink
Bump hibernate.version from 6.5.3.Final to 6.6.2.Final
Browse files Browse the repository at this point in the history
Bumps `hibernate.version` from 6.5.3.Final to 6.6.2.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.5.3.Final to 6.6.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.5.3...6.6.2)

Updates `org.hibernate.orm.tooling:hibernate-enhance-maven-plugin` from 6.5.3.Final to 6.6.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.5.3...6.6.2)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 06e8bd3 commit 2b8efec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ SPDX-License-Identifier: MIT
<commons-lang3.version>3.17.0</commons-lang3.version>
<flyway.version>10.20.1</flyway.version>
<hamcrest.version>3.0</hamcrest.version>
<hibernate.version>6.5.3.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<jackson-bom.version>2.17.2</jackson-bom.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<micrometer.version>1.13.6</micrometer.version>
Expand Down

0 comments on commit 2b8efec

Please sign in to comment.