Skip to content

Commit

Permalink
Bump bundled JDK to 17.0.2+8 (elastic#83243)
Browse files Browse the repository at this point in the history
JDK 17.0.2 is released so upgrade our bundled JDK.

Closes elastic#83242.
  • Loading branch information
pugnascotia authored Jan 28, 2022
1 parent 540a400 commit 878a445
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
* This class defines gradle tasks for testing our various distribution artifacts.
*/
public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "17.0.1+12";
private static final String SYSTEM_JDK_VERSION = "17.0.2+8";
private static final String SYSTEM_JDK_VENDOR = "adoptium";
private static final String GRADLE_JDK_VERSION = "16.0.2+7";
private static final String GRADLE_JDK_VENDOR = "adoptium";
Expand Down
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ elasticsearch = 8.1.0
lucene = 9.0.0

bundled_jdk_vendor = adoptium
bundled_jdk = 17.0.1+12
bundled_jdk = 17.0.2+8

checkstyle = 8.45.1

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog/83243.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 83243
summary: Bump bundled JDK to 17.0.2+8
area: Packaging
type: upgrade
issues:
- 83242

0 comments on commit 878a445

Please sign in to comment.