Skip to content

Commit

Permalink
Bump JDK21 version to 21.0.1+12 (#884)
Browse files Browse the repository at this point in the history
* 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) <[email protected]>
  • Loading branch information
1 parent f95741f commit e90f244
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ command:
exec: C:\tools\jdk-21\bin\java.exe --version
exit-status: 0
stdout:
- 21+35
- 21.0.1+12
trivy:
exec: trivy --version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ command:
exec: /opt/jdk-21/bin/java --version
exit-status: 0
stdout:
- 21+35
- 21.0.1+12
trivy:
exec: trivy --version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ goss_version: 0.4.2
hadolint_version: 2.12.0
jdk11_version: 11.0.21+9
jdk17_version: 17.0.8.1+1
jdk21_version: 21+35
jdk21_version: 21.0.1+12
jdk8_version: 8u392-b08
jenkins_remoting_version: 3192.v713e3b_039fb_e
jq_version: 1.6
Expand Down

0 comments on commit e90f244

Please sign in to comment.