Skip to content

Commit f7acee2

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 7b0d520 commit f7acee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basic/build.gradle

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

0 commit comments

Comments
 (0)