From e9716a6115d5c7fe0f1cb6132dff430423efa975 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 07:13:20 +0200 Subject: [PATCH] Bump JDK21 version to 21.0.4+7 (#1295) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the JDK21 version in the goss test Made with ❤️️ by updatecli * chore: Update the JDK21 version in the Packer default values Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- tests/goss-windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 36c2b16f5..f7a061391 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -25,7 +25,7 @@ helm_git_version: 1.3.0 helm_secrets_version: 4.6.0 jdk11_version: 11.0.24+8 jdk17_version: 17.0.12+7 -jdk21_version: 21.0.3+9 +jdk21_version: 21.0.4+7 jdk8_version: 8u422-b05 jenkins_remoting_version: 3256.v88a_f6e922152 jq_version: 1.6 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 377855183..49e6877b8 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -68,7 +68,7 @@ command: exec: /opt/jdk-21/bin/java --version exit-status: 0 stdout: - - 21.0.3+9 + - 21.0.4+7 jdk8: exec: /opt/jdk-8/bin/java -version exit-status: 0 diff --git a/tests/goss-windows.yaml b/tests/goss-windows.yaml index 0c8bf91f9..00bff271e 100644 --- a/tests/goss-windows.yaml +++ b/tests/goss-windows.yaml @@ -24,7 +24,7 @@ command: exec: C:\tools\jdk-21\bin\java --version exit-status: 0 stdout: - - 21.0.3+9 + - 21.0.4+7 jdk8: exec: C:\tools\jdk-8\bin\java -version exit-status: 0