AWS corretto documentation change
Summary
Updated package versions from 8u472 to 8u482 across .deb/.rpm install commands and verification outputs
Security assessment
Version bump in install commands and expected outputs. No mention of CVEs, vulnerabilities, or security enhancements in change context.
Diff
diff --git a/corretto/latest/corretto-8-ug/generic-linux-install.md b/corretto/latest/corretto-8-ug/generic-linux-install.md index 972683160..bdd751407 100644 --- a//corretto/latest/corretto-8-ug/generic-linux-install.md +++ b//corretto/latest/corretto-8-ug/generic-linux-install.md @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.472.08-1_amd64.deb + sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.482.08-1_amd64.deb @@ -62 +62 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u472: +Expected output for 8u482: @@ -65,3 +65,3 @@ Expected output for 8u472: - openjdk version "1.8.0_472" - OpenJDK Runtime Environment Corretto-8.472.08.1 (build 1.8.0_472-b08) - OpenJDK 64-Bit Server VM Corretto-8.472.08.1 (build 25.472-b08, mixed mode) + openjdk version "1.8.0_482" + OpenJDK Runtime Environment Corretto-8.482.08.1 (build 1.8.0_482-b08) + OpenJDK 64-Bit Server VM Corretto-8.482.08.1 (build 25.482-b08, mixed mode) @@ -119 +119 @@ After the repository is added, you can install Corretto 8 by running this comman - sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_472.b08-1.x86_64.rpm + sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_482.b08-1.x86_64.rpm @@ -131 +131 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u472: +Expected output for 8u482: @@ -134,3 +134,3 @@ Expected output for 8u472: - openjdk version "1.8.0_472" - OpenJDK Runtime Environment Corretto-8.472.08.1 (build 1.8.0_472-b08) - OpenJDK 64-Bit Server VM Corretto-8.472.08.1 (build 25.472-b08, mixed mode) + openjdk version "1.8.0_482" + OpenJDK Runtime Environment Corretto-8.482.08.1 (build 1.8.0_482-b08) + OpenJDK 64-Bit Server VM Corretto-8.482.08.1 (build 25.482-b08, mixed mode)