From 086209a8a575c12c5672cdbad2e17c3154255644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:20:13 +0000 Subject: [PATCH] Bump JDK21 version to 21.0.5_11 (#1945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump JDK21 version in build-windows.yaml Made with ❤️️ by updatecli * chore: Bump JDK21 version for Linux images in the docker-bake.hcl file Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- build-windows.yaml | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-windows.yaml b/build-windows.yaml index 67298e1a93..598808e430 100644 --- a/build-windows.yaml +++ b/build-windows.yaml @@ -24,7 +24,7 @@ services: args: COMMIT_SHA: ${COMMIT_SHA} JAVA_HOME: "C:/openjdk-21" - JAVA_VERSION: 21.0.4_7 + JAVA_VERSION: 21.0.5_11 JENKINS_SHA: ${JENKINS_SHA} JENKINS_VERSION: ${JENKINS_VERSION} TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION} diff --git a/docker-bake.hcl b/docker-bake.hcl index 21c276fe7b..e92aecc113 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -87,7 +87,7 @@ variable "JAVA17_VERSION" { } variable "JAVA21_VERSION" { - default = "21.0.4_7" + default = "21.0.5_11" } variable "BOOKWORM_TAG" {