Skip to content

Commit 7e23c54

Browse files
authored
Bump bundled JDK to 17.0.1 (#80034) (#80317)
1 parent 45add77 commit 7e23c54

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+35";
72+
private static final String SYSTEM_JDK_VERSION = "17.0.1+12";
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.0.0
22
lucene = 9.0.0-snapshot-cc2a31f2be8
33

44
bundled_jdk_vendor = adoptium
5-
bundled_jdk = 17+35
5+
bundled_jdk = 17.0.1+12
66

77
checkstyle = 8.42
88

docs/changelog/80034.yaml

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

0 commit comments

Comments
 (0)