AWS corretto documentation change
Summary
Updated version numbers from 21.0.8 to 21.0.9 in installation commands and expected output examples
Security assessment
Version number updates indicate routine maintenance or feature updates. No explicit security vulnerabilities, patches, or advisories are mentioned in the diff.
Diff
diff --git a/corretto/latest/corretto-21-ug/generic-linux-install.md b/corretto/latest/corretto-21-ug/generic-linux-install.md index f60a3116c..7f54f4abc 100644 --- a//corretto/latest/corretto-21-ug/generic-linux-install.md +++ b//corretto/latest/corretto-21-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-21-amazon-corretto-jdk_21.0.8.9-1_amd64.deb + sudo dpkg --install java-21-amazon-corretto-jdk_21.0.9.10-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.8: +Expected output for 21.0.9: @@ -65,3 +65,3 @@ Expected output for 21.0.8: - openjdk version "21.0.8" 2025-07-15 LTS - OpenJDK Runtime Environment Corretto-21.0.8.9.1 (build 21.0.8+9-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.8.9.1 (build 21.0.8+9-LTS, mixed mode, sharing) + openjdk version "21.0.9" 2025-10-21 LTS + OpenJDK Runtime Environment Corretto-21.0.9.10.1 (build 21.0.9+10-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.9.10.1 (build 21.0.9+10-LTS, mixed mode, sharing) @@ -119 +119 @@ After the repository is added, you can install Corretto 21 by running this comma - sudo yum localinstall java-21-amazon-corretto-devel-21.0.8.9-1.x86_64.rpm + sudo yum localinstall java-21-amazon-corretto-devel-21.0.9.10-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.8: +Expected output for 21.0.9: @@ -134,3 +134,3 @@ Expected output for 21.0.8: - openjdk version "21.0.8" 2025-07-15 LTS - OpenJDK Runtime Environment Corretto-21.0.8.9.1 (build 21.0.8+9-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.8.9.1 (build 21.0.8+9-LTS, mixed mode, sharing) + openjdk version "21.0.9" 2025-10-21 LTS + OpenJDK Runtime Environment Corretto-21.0.9.10.1 (build 21.0.9+10-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.9.10.1 (build 21.0.9+10-LTS, mixed mode, sharing)