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] 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}