AWS corretto high security documentation change
Summary
Updated version references from 11.0.30 to 11.0.31 across multiple installation methods (deb and rpm packages) and expected output
Security assessment
Updated package names and version references from 11.0.30 to 11.0.31 for both DEB and RPM installations. This ensures users install the latest secure version. The version bump indicates security patches are included in this release.
Diff
diff --git a/corretto/latest/corretto-11-ug/generic-linux-install.md b/corretto/latest/corretto-11-ug/generic-linux-install.md index c220436df..69d70ae97 100644 --- a//corretto/latest/corretto-11-ug/generic-linux-install.md +++ b//corretto/latest/corretto-11-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-11-amazon-corretto-jdk_11.0.30.7-1_amd64.deb + sudo dpkg --install java-11-amazon-corretto-jdk_11.0.31.11-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.30: +Expected output for 11.0.31: @@ -81,3 +81,3 @@ Expected output for 11.0.30: - openjdk version "11.0.30" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-11.0.30.7.1 (build 11.0.30+7-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.30.7.1 (build 11.0.30+7-LTS, mixed mode) + openjdk version "11.0.31" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-11.0.31.11.1 (build 11.0.31+11-LTS) + OpenJDK 64-Bit Server VM Corretto-11.0.31.11.1 (build 11.0.31+11-LTS, mixed mode) @@ -149 +149 @@ After the repository is added, you can install Corretto 11 by running this comma - sudo yum localinstall java-11-amazon-corretto-devel-11.0.30.7-1.x86_64.rpm + sudo yum localinstall java-11-amazon-corretto-devel-11.0.31.11-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.30: +Expected output for 11.0.31: @@ -166,3 +166,3 @@ Expected output for 11.0.30: - openjdk version "11.0.30" 2026-01-20 LTS - OpenJDK Runtime Environment Corretto-11.0.30.7.1 (build 11.0.30+7-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.30.7.1 (build 11.0.30+7-LTS, mixed mode) + openjdk version "11.0.31" 2026-04-21 LTS + OpenJDK Runtime Environment Corretto-11.0.31.11.1 (build 11.0.31+11-LTS) + OpenJDK 64-Bit Server VM Corretto-11.0.31.11.1 (build 11.0.31+11-LTS, mixed mode)