Skip to content

Commit

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

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

Updates `hibernate-envers` from 6.1.5.Final to 6.1.6.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.6/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.1.5...6.1.6)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2022
1 parent 7a76902 commit 543a645
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 @@ -69,7 +69,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate.version>6.1.5.Final</hibernate.version>
<hibernate.version>6.1.6.Final</hibernate.version>
<spring.version>6.0.2</spring.version>
<liquibase.version>0-SNAPSHOT</liquibase.version>
<!--suppress UnresolvedMavenProperty -->
Expand Down

0 comments on commit 543a645

Please sign in to comment.