AWS corretto documentation change
Summary
Updated version numbers from 11.0.26 to 11.0.27 in installation commands and verification output
Security assessment
Version number updates indicate a routine maintenance release. No security advisories or vulnerability fixes are explicitly mentioned 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 74a2df13c..8583aafb6 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.26.4-1_amd64.deb + sudo dpkg --install java-11-amazon-corretto-jdk_11.0.27.6-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.26: +Expected output for 11.0.27: @@ -65,3 +65,3 @@ Expected output for 11.0.26: - openjdk version "11.0.26" 2025-01-21 LTS - OpenJDK Runtime Environment Corretto-11.0.26.4.1 (build 11.0.26+4-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.26.4.1 (build 11.0.26+4-LTS, mixed mode) + openjdk version "11.0.27" 2025-04-15 LTS + OpenJDK Runtime Environment Corretto-11.0.27.6.1 (build 11.0.27+6-LTS) + OpenJDK 64-Bit Server VM Corretto-11.0.27.6.1 (build 11.0.27+6-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.26.4-1.x86_64.rpm + sudo yum localinstall java-11-amazon-corretto-devel-11.0.27.6-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 11.0.26: +Expected output for 11.0.27: @@ -134,3 +134,3 @@ Expected output for 11.0.26: - openjdk version "11.0.26" 2025-01-21 LTS - OpenJDK Runtime Environment Corretto-11.0.26.4.1 (build 11.0.26+4-LTS) - OpenJDK 64-Bit Server VM Corretto-11.0.26.4.1 (build 11.0.26+4-LTS, mixed mode) + openjdk version "11.0.27" 2025-04-15 LTS + OpenJDK Runtime Environment Corretto-11.0.27.6.1 (build 11.0.27+6-LTS) + OpenJDK 64-Bit Server VM Corretto-11.0.27.6.1 (build 11.0.27+6-LTS, mixed mode)