From f7feee19f41c1504d0ad1355b28b13b40d5f6000 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 5 Jun 2022 21:37:01 +1000 Subject: [PATCH] add upperbounds enforcer rule Signed-off-by: Olivier Lamy --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 46 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ad0157d5a..5ce3051a7 100644 --- a/pom.xml +++ b/pom.xml @@ -50,13 +50,13 @@ 3.0.0-SNAPSHOT - 1.7.32 + 1.7.35 9.4.43.v20210629 3.9.9 5.3.19 3.1.1 2.17.1 - 2.11.0 + 2.12.2 3.3.11 2.1.10 @@ -80,6 +80,7 @@ 2.0.2 2.1.6 1.2.2 + 2.0.2 3.12.0 @@ -92,7 +93,7 @@ 2.7 3.8.1 - 1.4.1 + 1.6.2 6.0.1-SNAPSHOT 2.3 3.3.3 @@ -112,8 +113,8 @@ - 2.15.4 - 3.1.0 + 2.20.2 + 4.1.18 10.13.1.1 4.5.13 @@ -236,8 +237,6 @@ provided - - org.apache.openjpa openjpa @@ -269,7 +268,11 @@ - + + org.javassist + javassist + 3.27.0-GA + org.apache.archiva.event @@ -728,6 +731,11 @@ + + org.eclipse.sisu + org.eclipse.sisu.inject + 0.3.4 + org.apache.maven.indexer indexer-reader @@ -1474,6 +1482,21 @@ commons-logging ${commons.logging.version} + + org.apache.commons + commons-pool2 + 2.6.1 + + + com.fasterxml.woodstox + woodstox-core + 6.2.4 + + + org.codehaus.woodstox + stax2-api + 4.2.1 + org.apache.logging.log4j @@ -1805,6 +1828,21 @@ ${junit.jupiter.version} test + + junit + junit + 4.13.2 + + + org.osgi + org.osgi.core + 6.0.0 + + + net.java.dev.jna + jna + 5.8.0 + org.json -- 2.39.5