Skip to content

Commit 878a445

Browse files
authored
Bump bundled JDK to 17.0.2+8 (#83243)
JDK 17.0.2 is released so upgrade our bundled JDK. Closes #83242.
1 parent 540a400 commit 878a445

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* This class defines gradle tasks for testing our various distribution artifacts.
7070
*/
7171
public 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";

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ elasticsearch = 8.1.0
22
lucene = 9.0.0
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 17.0.1+12
5+
bundled_jdk = 17.0.2+8
66

77
checkstyle = 8.45.1
88

docs/changelog/83243.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 83243
2+
summary: Bump bundled JDK to 17.0.2+8
3+
area: Packaging
4+
type: upgrade
5+
issues:
6+
- 83242

0 commit comments

Comments
 (0)