Skip to content

Commit

Permalink
build(deps): bump org.hibernate:hibernate-core
Browse files Browse the repository at this point in the history
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.3.1.Final to 6.4.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.3.1...6.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 5247a36 commit 29afea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:oracle-xe'
testImplementation 'org.hibernate:hibernate-core:6.3.1.Final'
testImplementation 'org.hibernate:hibernate-core:6.4.2.Final'
testImplementation 'com.h2database:h2:2.2.224'

checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Expand Down

0 comments on commit 29afea8

Please sign in to comment.