From 47e23613100c4573f7e9c86fe274e1d717cbde22 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:00:59 +0000 Subject: [PATCH] chore: Bump JDK11 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 ddebc9c6d..bc19e7c22 100644 --- a/build-windows.yaml +++ b/build-windows.yaml @@ -6,7 +6,7 @@ services: dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile args: JAVA_HOME: "C:/openjdk-11" - JAVA_VERSION: 11.0.23+9 + JAVA_VERSION: 11.0.24+8 VERSION: ${REMOTING_VERSION} WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG} TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}