From 7495679dc0bb3535ca945f4b7c92d434e58d88e0 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 22 Dec 2024 17:48:15 -0700 Subject: [PATCH] Update the Debian OpenJDK sample data Use most recent Debian 17 release. --- content/doc/book/installing/linux.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/doc/book/installing/linux.adoc b/content/doc/book/installing/linux.adoc index e2f14f3cb38b..eb63d2bdd67d 100644 --- a/content/doc/book/installing/linux.adoc +++ b/content/doc/book/installing/linux.adoc @@ -97,9 +97,9 @@ Update the Debian apt repositories, install OpenJDK 17, and check the installati sudo apt update sudo apt install fontconfig openjdk-17-jre java -version -openjdk version "17.0.8" 2023-07-18 -OpenJDK Runtime Environment (build 17.0.8+7-Debian-1deb12u1) -OpenJDK 64-Bit Server VM (build 17.0.8+7-Debian-1deb12u1, mixed mode, sharing) +openjdk version "17.0.13" 2024-10-15 +OpenJDK Runtime Environment (build 17.0.13+11-Debian-2) +OpenJDK 64-Bit Server VM (build 17.0.13+11-Debian-2, mixed mode, sharing) ---- [NOTE]