AWS corretto documentation change
Summary
Updated installation commands and expected output from Corretto 21.0.9 to 21.0.10
Security assessment
Standard version bump without security context. No security-related changelog or vulnerability fixes mentioned.
Diff
diff --git a/corretto/latest/corretto-21-ug/generic-linux-install.md b/corretto/latest/corretto-21-ug/generic-linux-install.md index 51e683a5b..0bb0e81aa 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.9.11-1_amd64.deb + sudo dpkg --install java-21-amazon-corretto-jdk_21.0.10.7-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.9: +Expected output for 21.0.10: @@ -65,3 +65,3 @@ Expected output for 21.0.9: - openjdk version "21.0.9" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-21.0.9.11.1 (build 21.0.9+11-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.9.11.1 (build 21.0.9+11-LTS, mixed mode, sharing) + openjdk version "21.0.10" 2026-01-20 LTS + OpenJDK Runtime Environment Corretto-21.0.10.7.1 (build 21.0.10+7-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.10.7.1 (build 21.0.10+7-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.9.11-1.x86_64.rpm + sudo yum localinstall java-21-amazon-corretto-devel-21.0.10.7-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 21.0.9: +Expected output for 21.0.10: @@ -134,3 +134,3 @@ Expected output for 21.0.9: - openjdk version "21.0.9" 2025-10-21 LTS - OpenJDK Runtime Environment Corretto-21.0.9.11.1 (build 21.0.9+11-LTS) - OpenJDK 64-Bit Server VM Corretto-21.0.9.11.1 (build 21.0.9+11-LTS, mixed mode, sharing) + openjdk version "21.0.10" 2026-01-20 LTS + OpenJDK Runtime Environment Corretto-21.0.10.7.1 (build 21.0.10+7-LTS) + OpenJDK 64-Bit Server VM Corretto-21.0.10.7.1 (build 21.0.10+7-LTS, mixed mode, sharing)