AWS corretto documentation change
Summary
Updated version references from 11.0.29 to 11.0.30 in installation commands and verification output.
Security assessment
Version update in installation instructions without security context. No mention of CVEs or security patches in the diff.
Diff
diff --git a/corretto/latest/corretto-11-ug/generic-linux-install.md b/corretto/latest/corretto-11-ug/generic-linux-install.md index 818b8cb76..b16293cd7 100644 --- a//corretto/latest/corretto-11-ug/generic-linux-install.md +++ b//corretto/latest/corretto-11-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-11-amazon-corretto-jdk_11.0.29.7-1_amd64.deb + sudo dpkg --install java-11-amazon-corretto-jdk_11.0.30.7-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.29: +Expected output for 11.0.30: @@ -65,3 +65,3 @@ Expected output for 11.0.29: - openjdk version "11.0.29" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-11.0.29.7.1 (build 11.0.29+7-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.29.7.1 (build 11.0.29+7-LTS, mixed mode) + 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) @@ -119 +119 @@ After the repository is added, you can install Corretto 11 by running this comma - sudo yum localinstall java-11-amazon-corretto-devel-11.0.29.7-1.x86_64.rpm + sudo yum localinstall java-11-amazon-corretto-devel-11.0.30.7-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.29: +Expected output for 11.0.30: @@ -134,3 +134,3 @@ Expected output for 11.0.29: - openjdk version "11.0.29" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-11.0.29.7.1 (build 11.0.29+7-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.29.7.1 (build 11.0.29+7-LTS, mixed mode) + 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)