Skip to content

Commit

Permalink
Bump org.hibernate:hibernate-jpamodelgen from 6.4.4.Final to 6.4.6.Final
Browse files Browse the repository at this point in the history
Bumps [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 6.4.4.Final to 6.4.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.6/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent f40766c commit 04e0a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
runtimeOnly("org.flywaydb:flyway-core")
runtimeOnly("org.postgresql:postgresql")
runtimeOnly("com.h2database:h2")
implementation("org.hibernate:hibernate-jpamodelgen:6.4.4.Final")
implementation("org.hibernate:hibernate-jpamodelgen:6.4.6.Final")
implementation("org.hibernate:hibernate-validator:8.0.0.Final")

// -- Support for different file types
Expand Down

0 comments on commit 04e0a3a

Please sign in to comment.