AWS Security ChangesHomeSearch

AWS corretto documentation change

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

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

Summary

Updated version numbers from 24.0.1 to 24.0.2 in installation commands and expected output

Security assessment

Routine version update for Corretto 24. No security advisories or vulnerability fixes explicitly documented.

Diff

diff --git a/corretto/latest/corretto-24-ug/generic-linux-install.md b/corretto/latest/corretto-24-ug/generic-linux-install.md
index 202ab83a0..29ccd35f6 100644
--- a//corretto/latest/corretto-24-ug/generic-linux-install.md
+++ b//corretto/latest/corretto-24-ug/generic-linux-install.md
@@ -50 +50 @@ If so, add the public key via:
-        sudo dpkg --install java-24-amazon-corretto-jdk_24.0.1.9-1_amd64.deb
+        sudo dpkg --install java-24-amazon-corretto-jdk_24.0.2.12-1_amd64.deb
@@ -62 +62 @@ In the terminal, run the following command to verify the installation.
-Expected output for 24.0.1: 
+Expected output for 24.0.2: 
@@ -65,3 +65,3 @@ Expected output for 24.0.1:
-    openjdk version "24.0.1" 2025-04-15 
-    OpenJDK Runtime Environment Corretto-24.0.1.9.1 (build 24.0.1+9-FR)
-    OpenJDK 64-Bit Server VM Corretto-24.0.1.9.1 (build 24.0.1+9-FR, mixed mode)
+    openjdk version "24.0.2" 2025-07-15 
+    OpenJDK Runtime Environment Corretto-24.0.2.12.1 (build 24.0.2+12-FR)
+    OpenJDK 64-Bit Server VM Corretto-24.0.2.12.1 (build 24.0.2+12-FR, mixed mode)
@@ -119 +119 @@ After the repository is added, you can install Corretto 24 by running this comma
-        sudo yum localinstall java-24-amazon-corretto-devel-24.0.1.9-1.x86_64.rpm
+        sudo yum localinstall java-24-amazon-corretto-devel-24.0.2.12-1.x86_64.rpm
@@ -131 +131 @@ In the terminal, run the following command to verify the installation.
-Expected output for 24.0.1: 
+Expected output for 24.0.2: 
@@ -134,3 +134,3 @@ Expected output for 24.0.1:
-    openjdk version "24.0.1" 2025-04-15 
-    OpenJDK Runtime Environment Corretto-24.0.1.9.1 (build 24.0.1+9-FR)
-    OpenJDK 64-Bit Server VM Corretto-24.0.1.9.1 (build 24.0.1+9-FR, mixed mode)
+    openjdk version "24.0.2" 2025-07-15 
+    OpenJDK Runtime Environment Corretto-24.0.2.12.1 (build 24.0.2+12-FR)
+    OpenJDK 64-Bit Server VM Corretto-24.0.2.12.1 (build 24.0.2+12-FR, mixed mode)