From 0159c59db6cc788482002041f2a333757a1f9b70 Mon Sep 17 00:00:00 2001 From: der Date: Tue, 24 Mar 2026 13:01:58 +0000 Subject: [PATCH] Minor dependency updates - appbase 4.0.1 to pull in jackson 2.18.6 - tomcat 11.0.20 --- README.md | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9750062..c76b183 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ mvn clean deploy ## Changelog +`4.0.2` - minor dependency updates `4.0.1` - minor patches to dependencies to remove CVEs `4.0.0` - major new release of sapi from the 2.x line. Addresses multiple CVEs and moves to Java 21 and Jena 5 `2.3.15` - minor update of dependencies to address CVEs diff --git a/pom.xml b/pom.xml index 1f39ddd..9ad360c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ UTF-8 - 4.0.0 + 4.0.1 3.1.11 - 11.0.12 + 11.0.20