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