AWS corretto high security documentation change
Summary
Updated version references from 17.0.18 to 17.0.19 across multiple installation methods (deb and rpm packages) and expected output
Security assessment
Updated package names and version references from 17.0.18 to 17.0.19 for both DEB and RPM installations. This ensures users get the security-patched version of Java 17.
Diff
diff --git a/corretto/latest/corretto-17-ug/generic-linux-install.md b/corretto/latest/corretto-17-ug/generic-linux-install.md index bdfb4b155..a759bdfbd 100644 --- a//corretto/latest/corretto-17-ug/generic-linux-install.md +++ b//corretto/latest/corretto-17-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-17-amazon-corretto-jdk_17.0.18.9-1_amd64.deb + sudo dpkg --install java-17-amazon-corretto-jdk_17.0.19.10-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 17.0.18: +Expected output for 17.0.19: @@ -81,3 +81,3 @@ Expected output for 17.0.18: - openjdk version "17.0.18" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-17.0.18.9.1 (build 17.0.18+9-LTS) - OpenJDK 64-Bit Server VM Corretto-17.0.18.9.1 (build 17.0.18+9-LTS, mixed mode, sharing) + openjdk version "17.0.19" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-17.0.19.10.1 (build 17.0.19+10-LTS) + OpenJDK 64-Bit Server VM Corretto-17.0.19.10.1 (build 17.0.19+10-LTS, mixed mode, sharing) @@ -149 +149 @@ After the repository is added, you can install Corretto 17 by running this comma - sudo yum localinstall java-17-amazon-corretto-devel-17.0.18.9-1.x86_64.rpm + sudo yum localinstall java-17-amazon-corretto-devel-17.0.19.10-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 17.0.18: +Expected output for 17.0.19: @@ -166,3 +166,3 @@ Expected output for 17.0.18: - openjdk version "17.0.18" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-17.0.18.9.1 (build 17.0.18+9-LTS) - OpenJDK 64-Bit Server VM Corretto-17.0.18.9.1 (build 17.0.18+9-LTS, mixed mode, sharing) + openjdk version "17.0.19" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-17.0.19.10.1 (build 17.0.19+10-LTS) + OpenJDK 64-Bit Server VM Corretto-17.0.19.10.1 (build 17.0.19+10-LTS, mixed mode, sharing)