File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ stage('Configure') {
36
36
// even if we don't use these features, just enabling them can cause side effects
37
37
// and it's useful to test that.
38
38
new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
39
+ new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
39
40
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
40
41
// they require the use of -Dnet.bytebuddy.experimental=true.
41
42
// Make sure to remove that argument as soon as possible
42
43
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
43
- new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
44
44
new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
45
45
];
46
46
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencyResolutionManagement {
70
70
def antlrVersion = version " antlr" , " 4.13.0"
71
71
// WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
72
72
// make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
73
- def byteBuddyVersion = version " byteBuddy" , " 1.14.18 "
73
+ def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
74
74
def classmateVersion = version " classmate" , " 1.5.1"
75
75
def geolatteVersion = version " geolatte" , " 1.9.1"
76
76
def hcannVersion = version " hcann" , " 7.0.3.Final"
You can’t perform that action at this time.
0 commit comments