Skip to content

Commit

Permalink
Bump JDK11 version to 11.0.22+7 (#1008)
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 622b7a1 commit de00cce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion goss/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ command:
exec: java --version
exit-status: 0
stdout:
- 11.0.21+9
- 11.0.22+7
docker_compose:
exec: docker-compose -v
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ command:
exec: /opt/jdk-11/bin/java --version
exit-status: 0
stdout:
- 11.0.21+9
- 11.0.22+7
jdk17:
exec: /opt/jdk-17/bin/java --version
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 @@ -12,7 +12,7 @@ command:
exec: C:\tools\jdk-11\bin\java --version
exit-status: 0
stdout:
- 11.0.21+9
- 11.0.22+7
jdk17:
exec: C:\tools\jdk-17\bin\java --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 @@ -22,7 +22,7 @@ helm_diff_version: 3.8.1
helmfile_version: 0.160.0
helm_git_version: 0.15.1
helm_secrets_version: 4.5.1
jdk11_version: 11.0.21+9
jdk11_version: 11.0.22+7
jdk17_version: 17.0.8.1+1
jdk21_version: 21.0.1+12
jdk8_version: 8u392-b08
Expand Down

0 comments on commit de00cce

Please sign in to comment.