From 83397d80e9010a03c3e47e9355cbf22556757f1d Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 10 Mar 2026 14:13:13 +0000 Subject: [PATCH 1/3] Add 4.0.1 release note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 731b934..76442ef 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Support for geolocations including parsing/formating OS Grid References and conv ## Change log +**4.0.1** + + * Update jackson-core 2.18.0 -> 2.18.6 to address CVEs + **4.0.0** Update to Jena 5.6.0. Updated to Jersey 3.x which will involve some namespace changes in downstream code that references the javax.ws.rs.* namespace. Updated OpenCSV to 5.12. NOTE that from this release a minimum Java version of Java 17 is required. **3.1.7** Override jackson versions used by jena 3.9.0 dependency to avoid severe CVEs. There are remaining CVEs logged against jena 3.9.0 but they are less severe and exploitable in our usage. From 25f8584f1776a6326e65d97006ba844f4fd0060b Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 10 Mar 2026 14:15:23 +0000 Subject: [PATCH 2/3] [maven-release-plugin] prepare release lib-4.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 68c54fb..d71aea0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ 4.0.0 com.epimorphics lib - 4.0.1-SNAPSHOT + 4.0.1 Epimorphics lib Epimorphics misc utility library scm:git:ssh://git@github.com/epimorphics/lib.git - HEAD + lib-4.0.1 From 6208478d0dc235f73efa7f56262d8a7af0c2484c Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 10 Mar 2026 14:15:26 +0000 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d71aea0..cdc4a1b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ 4.0.0 com.epimorphics lib - 4.0.1 + 4.0.2-SNAPSHOT Epimorphics lib Epimorphics misc utility library scm:git:ssh://git@github.com/epimorphics/lib.git - lib-4.0.1 + HEAD