Skip to content

Commit f7a7fdc

Browse files
Bump org.hibernate.orm:hibernate-testing
Bumps [org.hibernate.orm:hibernate-testing](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-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6822364 commit f7a7fdc

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
@@ -21,23 +21,23 @@ dependencies {
2121
def orm = project.findProperty("orm")
2222
if ( "6.4" == orm ) {
2323
testImplementation 'org.hibernate.orm:hibernate-core:6.4.8.Final'
24-
testImplementation 'org.hibernate.orm:hibernate-testing:6.4.8.Final'
24+
testImplementation 'org.hibernate.orm:hibernate-testing:6.5.1.Final'
2525
}
2626
else if ( "6.2" == orm ) {
2727
testImplementation 'org.hibernate.orm:hibernate-core:6.2.25.Final'
28-
testImplementation 'org.hibernate.orm:hibernate-testing:6.2.25.Final'
28+
testImplementation 'org.hibernate.orm:hibernate-testing:6.5.1.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 ) {
3535
testImplementation 'org.hibernate.orm:hibernate-core:6.6.0-perf'
36-
testImplementation 'org.hibernate.orm:hibernate-testing:6.6.0-perf'
36+
testImplementation 'org.hibernate.orm:hibernate-testing:6.5.1.Final'
3737
}
3838
else {
3939
testImplementation 'org.hibernate.orm:hibernate-core:6.6.0.Alpha1'
40-
testImplementation 'org.hibernate.orm:hibernate-testing:6.6.0.Alpha1'
40+
testImplementation 'org.hibernate.orm:hibernate-testing:6.5.1.Final'
4141
}
4242
}
4343

0 commit comments

Comments
 (0)