AWS Security ChangesHomeSearch

AWS corretto documentation change

Service: corretto · 2025-07-18 · Documentation low

File: corretto/latest/corretto-8-ug/generic-linux-install.md

Summary

Updated version numbers from 8u452 to 8u462 in installation commands and expected output

Security assessment

Version update aligns with standard JDK patch releases. No explicit security context provided in the documentation changes.

Diff

diff --git a/corretto/latest/corretto-8-ug/generic-linux-install.md b/corretto/latest/corretto-8-ug/generic-linux-install.md
index 4d2419be5..6277c22ed 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.452.09-1_amd64.deb
+        sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.462.08-1_amd64.deb
@@ -62 +62 @@ In the terminal, run the following command to verify the installation.
-Expected output for 8u452: 
+Expected output for 8u462: 
@@ -65,3 +65,3 @@ Expected output for 8u452:
-    openjdk version "1.8.0_452"
-    OpenJDK Runtime Environment Corretto-8.452.09.1 (build 1.8.0_452-b09)
-    OpenJDK 64-Bit Server VM Corretto-8.452.09.1 (build 25.452-b09, mixed mode)
+    openjdk version "1.8.0_462"
+    OpenJDK Runtime Environment Corretto-8.462.08.1 (build 1.8.0_462-b08)
+    OpenJDK 64-Bit Server VM Corretto-8.462.08.1 (build 25.462-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_452.b09-1.x86_64.rpm
+        sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_462.b08-1.x86_64.rpm
@@ -131 +131 @@ In the terminal, run the following command to verify the installation.
-Expected output for 8u452: 
+Expected output for 8u462: 
@@ -134,3 +134,3 @@ Expected output for 8u452:
-    openjdk version "1.8.0_452"
-    OpenJDK Runtime Environment Corretto-8.452.09.1 (build 1.8.0_452-b09)
-    OpenJDK 64-Bit Server VM Corretto-8.452.09.1 (build 25.452-b09, mixed mode)
+    openjdk version "1.8.0_462"
+    OpenJDK Runtime Environment Corretto-8.462.08.1 (build 1.8.0_462-b08)
+    OpenJDK 64-Bit Server VM Corretto-8.462.08.1 (build 25.462-b08, mixed mode)