From 768adff7243147c418fee39ae82a62355de59dfd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 21 Sep 2023 14:37:57 +0200 Subject: maven: Don't uses brainfucked open intervals for version ranges See https://michakutz.medium.com/d4ba66ac654 --- pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index c9be0b2..28bc584 100644 --- a/pom.xml +++ b/pom.xml @@ -148,79 +148,79 @@ javax.annotation javax.annotation-api - [1.0,2.0) + [1.0,1.9999] compile org.junit.jupiter junit-jupiter-engine - [5.0,6.0) + [5.0,5.9999] test org.junit.jupiter junit-jupiter-params - [5.0,6.0) + [5.0,5.9999] test org.xmlunit xmlunit-core - [2.0,3.0) + [2.0,2.9999] test org.xmlunit xmlunit-assertj - [2.0,3.0) + [2.0,2.9999] test org.apache.logging.log4j log4j-api - [2.17,3.0) + [2.17,2.9999] compile org.apache.logging.log4j log4j-core - [2.17,3.0) + [2.17,2.9999] compile org.apache.logging.log4j log4j-slf4j-impl - [2.17,3.0) + [2.17,2.9999] compile com.google.code.gson gson - [2.0,3.0) + [2.0,2.9999] compile org.lz4 lz4-java - [1.0,2.0) + [1.0,1.9999] compile commons-io commons-io - [2.0,2.999.999] + [2.0,2.9999] compile xalan xalan - [2.0,2.999.999] + [2.0,2.9999] compile xalan serializer - [2.0,2.999.999] + [2.0,2.9999] compile @@ -232,7 +232,7 @@ org.apache.commons commons-compress - [1.21,1.999.999] + [1.21,1.9999] compile -- cgit v1.2.3-55-g7522