File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/org/elasticsearch/gradle/internal/test Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6969 * This class defines gradle tasks for testing our various distribution artifacts.
7070 */
7171public class DistroTestPlugin implements Plugin <Project > {
72- private static final String SYSTEM_JDK_VERSION = "17.0.1+12 " ;
72+ private static final String SYSTEM_JDK_VERSION = "17.0.2+8 " ;
7373 private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
7474 private static final String GRADLE_JDK_VERSION = "16.0.2+7" ;
7575 private static final String GRADLE_JDK_VENDOR = "adoptium" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ elasticsearch = 8.0.0
22lucene = 9.0.0
33
44bundled_jdk_vendor = adoptium
5- bundled_jdk = 17.0.1+12
5+ bundled_jdk = 17.0.2+8
66
77checkstyle = 8.45.1
88
Original file line number Diff line number Diff line change 1+ pr : 83243
2+ summary : Bump bundled JDK to 17.0.2+8
3+ area : Packaging
4+ type : upgrade
5+ issues :
6+ - 83242
You can’t perform that action at this time.
0 commit comments