Skip to content

Commit

Permalink
Bump JDK11 version to 11.0.24+8 (#1291)
Browse files Browse the repository at this point in the history
* chore: Update the default Java version in the goss tests

Made with ❤️️ by updatecli

* chore: Update the JDK11 version in the goss test

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 0ccbf6d commit f6fb62b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ helm_diff_version: 3.9.9
helmfile_version: 0.166.0
helm_git_version: 1.3.0
helm_secrets_version: 4.6.0
jdk11_version: 11.0.23+9
jdk11_version: 11.0.24+8
jdk17_version: 17.0.11+9
jdk21_version: 21.0.3+9
jdk8_version: 8u412-b08
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ command:
exec: java --version
exit-status: 0
stdout:
- 11.0.23+9
- 11.0.24+8
docker_compose:
exec: docker-compose -v
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ command:
exec: /opt/jdk-11/bin/java --version
exit-status: 0
stdout:
- 11.0.23+9
- 11.0.24+8
jdk17:
exec: /opt/jdk-17/bin/java --version
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 @@ -14,7 +14,7 @@ command:
exec: C:\tools\jdk-11\bin\java --version
exit-status: 0
stdout:
- 11.0.23+9
- 11.0.24+8
jdk17:
exec: C:\tools\jdk-17\bin\java --version
exit-status: 0
Expand Down

0 comments on commit f6fb62b

Please sign in to comment.