Skip to content

Commit

Permalink
Bump JDK8 version to 8u412-b08 (#1139)
Browse files Browse the repository at this point in the history
* chore: Update the JDK8 version in the Packer default values

Made with ❤️️ by updatecli

* chore: Update the JDK8 version in the goss test

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 1589435 commit 89487ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ command:
exec: /opt/jdk-8/bin/java -version
exit-status: 0
stderr:
- 1.8.0_402
- 1.8.0_412
maven:
exec: mvn -v
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command:
exec: C:\tools\jdk-8\bin\java -version
exit-status: 0
stderr:
- 1.8.0_402
- 1.8.0_412
nodejs:
exec: node --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 @@ -25,7 +25,7 @@ helm_secrets_version: 4.6.0
jdk11_version: 11.0.22+7
jdk17_version: 17.0.10+7
jdk21_version: 21.0.2+13
jdk8_version: 8u402-b06
jdk8_version: 8u412-b08
jenkins_remoting_version: 3206.vb_15dcf73f6a_9
jq_version: 1.6
jxreleaseversion_version: 2.7.3
Expand Down

0 comments on commit 89487ed

Please sign in to comment.