From 72d379fe005a3665aa27921b779324ba1237e7b0 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Fri, 29 Mar 2024 10:39:57 +0100 Subject: [PATCH] Ensured Java 21 compatibility --- README.md | 4 +++- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0214552d..3fe3a073 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ Please ensure that your stack size is at least 1MB (for Saxon). Using the Oracle # News and noteworthy -* v9.2.0 - work in progress +* v9.2.0 - 2024-03-29 + * Updated to ph-commons 11.1.5 + * Ensured Java 21 compatibility * Extended the VES status XSD with new optional elements * Introducing `[I]ValidationExecutorSetStatus` representing the status of a single Validation Executor Set * v9.1.0 - 2024-03-09 diff --git a/pom.xml b/pom.xml index 253544e7..9d5e622a 100644 --- a/pom.xml +++ b/pom.xml @@ -74,14 +74,14 @@ com.helger.commons ph-commons-parent-pom - 11.1.4 + 11.1.5 pom import com.helger.web ph-web-parent-pom - 10.1.7 + 10.1.8 pom import @@ -95,7 +95,7 @@ com.helger.diver ph-diver-parent-pom - 1.1.0 + 1.1.1 pom import