From 41aad9cc3e5a7eb72277d648b3296eb716fb4aba Mon Sep 17 00:00:00 2001 From: Ties de Kock Date: Mon, 26 Feb 2024 15:29:03 +0100 Subject: [PATCH] Use more modern version of jing --- README.md | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e596ae..e8adca9f 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ next (snapshot) release, e.g. `1.1-SNAPSHOT` after releasing `1.0`. ## 2024-xx-yy 1.37 * **fix**: Do not encode redundant maxlength in ROAs + * Use a more modern version of the jing (RelaxNG) library * Add support for router certificates to the time parsing in `SignedObjectUtil`. * Add withValidityPeriod to manifest and CRL builders * Add string representation for `RepositoryObjectType` diff --git a/pom.xml b/pom.xml index 33a0646c..ec172c8a 100644 --- a/pom.xml +++ b/pom.xml @@ -148,9 +148,9 @@ test - com.thaiopensource + org.relaxng jing - 20091111 + 20220510 test