From 1dc77e2627dc83048cdf1afcbb889917dc7e648f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:58:49 +0000 Subject: [PATCH 1/2] chore: Bump JDK21 version for Linux images in the docker-bake.hcl file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 267d51454..070900210 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -105,7 +105,7 @@ variable "JAVA17_VERSION" { } variable "JAVA21_VERSION" { - default = "21.0.3_9" + default = "21.0.4_7" } function "orgrepo" { From f3558cb55727b8c1b61e2bbb66047d70034293ad Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:58:50 +0000 Subject: [PATCH 2/2] chore: Bump JDK21 version for Windows images in the build-windows.yam... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... l file Made with ❤️️ by updatecli --- build-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-windows.yaml b/build-windows.yaml index d7875d920..f6ed4404a 100644 --- a/build-windows.yaml +++ b/build-windows.yaml @@ -34,7 +34,7 @@ services: dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile args: JAVA_HOME: "C:/openjdk-21" - JAVA_VERSION: 21.0.3+9 + JAVA_VERSION: 21.0.4+7 VERSION: ${REMOTING_VERSION} WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG} TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}