AWS corretto documentation change
Summary
Updated version references from 11.0.28 to 11.0.29 in commands and verification output
Security assessment
Routine version update for installation steps. No security context provided 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 7d8d65e64..5931937ac 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.28.6-1_amd64.deb + sudo dpkg --install java-11-amazon-corretto-jdk_11.0.29.7-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.28: +Expected output for 11.0.29: @@ -65,3 +65,3 @@ Expected output for 11.0.28: - openjdk version "11.0.28" 2025-07-15 LTS - OpenJDK Runtime Environment Corretto-11.0.28.6.1 (build 11.0.28+6-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.28.6.1 (build 11.0.28+6-LTS, mixed mode) + 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) @@ -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.28.6-1.x86_64.rpm + sudo yum localinstall java-11-amazon-corretto-devel-11.0.29.7-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.28: +Expected output for 11.0.29: @@ -134,3 +134,3 @@ Expected output for 11.0.28: - openjdk version "11.0.28" 2025-07-15 LTS - OpenJDK Runtime Environment Corretto-11.0.28.6.1 (build 11.0.28+6-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.28.6.1 (build 11.0.28+6-LTS, mixed mode) + 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)