AWS corretto documentation change
Summary
Updated version numbers from 17.0.14 to 17.0.15 in installation commands and verification output
Security assessment
Routine version update without explicit security context or vulnerability references.
Diff
diff --git a/corretto/latest/corretto-17-ug/generic-linux-install.md b/corretto/latest/corretto-17-ug/generic-linux-install.md index 8a93535a1..869f6f2c8 100644 --- a//corretto/latest/corretto-17-ug/generic-linux-install.md +++ b//corretto/latest/corretto-17-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-17-amazon-corretto-jdk_17.0.14.7-1_amd64.deb + sudo dpkg --install java-17-amazon-corretto-jdk_17.0.15.6-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 17.0.14: +Expected output for 17.0.15: @@ -65,3 +65,3 @@ Expected output for 17.0.14: - openjdk version "17.0.14" 2025-01-21 LTS - OpenJDK Runtime Environment Corretto-17.0.14.7.1 (build 17.0.14+7-LTS) - OpenJDK 64-Bit Server VM Corretto-17.0.14.7.1 (build 17.0.14+7-LTS, mixed mode, sharing) + openjdk version "17.0.15" 2025-04-15 LTS + OpenJDK Runtime Environment Corretto-17.0.15.6.1 (build 17.0.15+6-LTS) + OpenJDK 64-Bit Server VM Corretto-17.0.15.6.1 (build 17.0.15+6-LTS, mixed mode, sharing) @@ -119 +119 @@ After the repository is added, you can install Corretto 17 by running this comma - sudo yum localinstall java-17-amazon-corretto-devel-17.0.14.7-1.x86_64.rpm + sudo yum localinstall java-17-amazon-corretto-devel-17.0.15.6-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 17.0.14: +Expected output for 17.0.15: @@ -134,3 +134,3 @@ Expected output for 17.0.14: - openjdk version "17.0.14" 2025-01-21 LTS - OpenJDK Runtime Environment Corretto-17.0.14.7.1 (build 17.0.14+7-LTS) - OpenJDK 64-Bit Server VM Corretto-17.0.14.7.1 (build 17.0.14+7-LTS, mixed mode, sharing) + openjdk version "17.0.15" 2025-04-15 LTS + OpenJDK Runtime Environment Corretto-17.0.15.6.1 (build 17.0.15+6-LTS) + OpenJDK 64-Bit Server VM Corretto-17.0.15.6.1 (build 17.0.15+6-LTS, mixed mode, sharing)