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 @@ -20,23 +20,23 @@ dependencies {
20
20
testImplementation ' org.openjdk.jmh:jmh-generator-annprocess:1.36'
21
21
def orm = project. findProperty(" orm" )
22
22
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'
24
24
testImplementation ' org.hibernate.orm:hibernate-testing:6.4.8.Final'
25
25
}
26
26
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'
28
28
testImplementation ' org.hibernate.orm:hibernate-testing:6.2.25.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
- testImplementation ' org.hibernate.orm:hibernate-core:6.6.0-perf '
35
+ testImplementation ' org.hibernate.orm:hibernate-core:6.5.1.Final '
36
36
testImplementation ' org.hibernate.orm:hibernate-testing:6.6.0-perf'
37
37
}
38
38
else {
39
- testImplementation ' org.hibernate.orm:hibernate-core:6.6.0.Alpha1 '
39
+ testImplementation ' org.hibernate.orm:hibernate-core:6.5.1.Final '
40
40
testImplementation ' org.hibernate.orm:hibernate-testing:6.6.0.Alpha1'
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments