Skip to content

Commit

Permalink
Bump JDK8 version to 8u432-b06 (#1461)
Browse files Browse the repository at this point in the history
* chore: Update the JDK8 version in the goss test

Made with ❤️️ by updatecli

* chore: Update the JDK8 version in the Packer default values

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent ab41795 commit 4d2a35f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm_secrets_version: 4.6.2
jdk11_version: 11.0.25+9
jdk17_version: 17.0.13+11
jdk21_version: 21.0.5+11
jdk8_version: 8u422-b05
jdk8_version: 8u432-b06
jenkins_remoting_version: 3273.v4cfe589b_fd83
jq_version: 1.6
jxreleaseversion_version: 2.7.6
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ command:
exec: /opt/jdk-8/bin/java -version
exit-status: 0
stderr:
- 1.8.0_422
- 1.8.0_432
maven:
exec: JAVA_HOME=/opt/jdk-21 mvn -v
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ command:
exec: C:\tools\jdk-8\bin\java -version
exit-status: 0
stderr:
- 1.8.0_422
- 1.8.0_432
maven:
exec: pwsh -command "$env:JAVA_HOME='C:\\Program Files (x86)\\jdk-21'; mvn -v"
exit-status: 0
Expand Down

0 comments on commit 4d2a35f

Please sign in to comment.