From 55b1d9545518d69e4e3626734f06930a5820f9c2 Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Fri, 4 Oct 2024 15:48:41 +0200 Subject: [PATCH] chore: upgrade java reference version. --- NOTICE.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 2b18447..ae14c1f 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -72,8 +72,8 @@ You may recreate an up-to-date DEPENDENCIES file by invoking ``` The KA-AAS build and runtime platform is relying on: -* [Java Runtime Environment (JRE >=11 - license depends on chosen provider)](https://de.wikipedia.org/wiki/Java-Laufzeitumgebung) -* [Java Development Kit (JDK >=11 - license depends on chosen provider)](https://de.wikipedia.org/wiki/Java_Development_Kit) +* [Java Runtime Environment (JRE >=17 - license depends on chosen provider)](https://de.wikipedia.org/wiki/Java-Laufzeitumgebung) +* [Java Development Kit (JDK >=17 - license depends on chosen provider)](https://de.wikipedia.org/wiki/Java_Development_Kit) * [Apache Maven >=3.8 (Apache License 2.0)](https://maven.apache.org) * [Eclipse Dash (Eclipse Public License 2.0)](https://github.com/eclipse/dash-licenses) * [Docker Engine >= 20.10.17 (Apache License 2.0)]() diff --git a/pom.xml b/pom.xml index 95dbb96..b900ab7 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,8 @@ - 11 - 11 + 17 + 17 false 5.10.2