File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ dependencies {
20
20
def orm = project. findProperty(" orm" )
21
21
if ( " 6.4" == orm ) {
22
22
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'
24
24
}
25
25
else if ( " 6.2" == orm ) {
26
26
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'
28
28
}
29
29
else if ( " 5.6" == orm ) {
30
30
testImplementation ' org.hibernate:hibernate-core-jakarta:5.6.15.Final'
31
31
testImplementation ' org.hibernate:hibernate-testing-jakarta:5.6.15.Final'
32
32
}
33
33
else {
34
34
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 '
36
36
}
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments