Skip to content

Commit fbf7467

Browse files
Bump org.hibernate.orm:hibernate-core from 6.2.25.Final to 6.5.1.Final
Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.2.25.Final to 6.5.1.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.1/changelog.txt) - [Commits](hibernate/hibernate-orm@6.2.25...6.5.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6822364 commit fbf7467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

basic/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ dependencies {
2020
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
2121
def orm = project.findProperty("orm")
2222
if ( "6.4" == orm ) {
23-
testImplementation 'org.hibernate.orm:hibernate-core:6.4.8.Final'
23+
testImplementation 'org.hibernate.orm:hibernate-core:6.5.1.Final'
2424
testImplementation 'org.hibernate.orm:hibernate-testing:6.4.8.Final'
2525
}
2626
else if ( "6.2" == orm ) {
27-
testImplementation 'org.hibernate.orm:hibernate-core:6.2.25.Final'
27+
testImplementation 'org.hibernate.orm:hibernate-core:6.5.1.Final'
2828
testImplementation 'org.hibernate.orm:hibernate-testing:6.2.25.Final'
2929
}
3030
else if ( "5.6" == orm ) {
3131
testImplementation 'org.hibernate:hibernate-core-jakarta:5.6.15.Final'
3232
testImplementation 'org.hibernate:hibernate-testing-jakarta:5.6.15.Final'
3333
}
3434
else if ( "perf" == orm ) {
35-
testImplementation 'org.hibernate.orm:hibernate-core:6.6.0-perf'
35+
testImplementation 'org.hibernate.orm:hibernate-core:6.5.1.Final'
3636
testImplementation 'org.hibernate.orm:hibernate-testing:6.6.0-perf'
3737
}
3838
else {
39-
testImplementation 'org.hibernate.orm:hibernate-core:6.6.0.Alpha1'
39+
testImplementation 'org.hibernate.orm:hibernate-core:6.5.1.Final'
4040
testImplementation 'org.hibernate.orm:hibernate-testing:6.6.0.Alpha1'
4141
}
4242
}

0 commit comments

Comments
 (0)