From bf3e4e5b58bb9e19522eef77a739a9b55dabf507 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 11 Jan 2021 23:53:29 +0000 Subject: [PATCH] Update maven dependencies git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885371 13f79535-47bb-0310-9956-ffa450edef68 --- maven/poi-ooxml.pom | 6 ---- maven/poi.pom | 5 +++ sonar/integration-test/pom.xml | 2 +- sonar/main/pom.xml | 30 ++++++++--------- sonar/ooxml/pom.xml | 61 +++++++++++++++++++--------------- sonar/pom.xml | 4 +-- 6 files changed, 58 insertions(+), 50 deletions(-) diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 4592bef931..0645ae7990 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -113,11 +113,5 @@ - - org.slf4j - jcl-over-slf4j - 1.7.30 - true - diff --git a/maven/poi.pom b/maven/poi.pom index dcfb602550..8af45c0452 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -61,6 +61,11 @@ slf4j-api 1.7.30 + + org.slf4j + jcl-over-slf4j + 1.7.30 + commons-codec commons-codec diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index df77176341..a7e8ff2e53 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -106,7 +106,7 @@ org.openjdk.jmh jmh-core - 1.26 + 1.27 test diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 18469315f2..972c14d62b 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -101,14 +101,14 @@ - org.apache.commons - commons-collections4 - 4.4 + org.slf4j + slf4j-api + 1.7.30 - org.apache.commons - commons-math3 - 3.6.1 + org.slf4j + jcl-over-slf4j + 1.7.30 commons-codec @@ -116,19 +116,19 @@ 1.15 - com.zaxxer - SparseBitSet - 1.2 + org.apache.commons + commons-collections4 + 4.4 - commons-logging - commons-logging - 1.2 + org.apache.commons + commons-math3 + 3.6.1 - org.slf4j - slf4j-api - 1.7.30 + com.zaxxer + SparseBitSet + 1.2 diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 8ae9d05224..7e68bfa05a 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -1,6 +1,4 @@ - 4.0.0 @@ -86,14 +84,15 @@ - org.apache.maven.plugins maven-surefire-plugin ${maven.plugin.surefire.version} - @{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=${basedir}/target/tmp -XX:-OmitStackTraceInFastThrow + @{argLine} -Duser.language=en -Duser.country=US -Xmx1024m + -Djava.io.tmpdir=${basedir}/target/tmp -XX:-OmitStackTraceInFastThrow + @@ -119,25 +118,25 @@ - org.apache.xmlbeans - xmlbeans - ${xmlbeans.version} + org.apache.xmlbeans + xmlbeans + ${xmlbeans.version} org.bouncycastle bcpkix-jdk15on - 1.67 + 1.68 org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 org.apache.santuario xmlsec - 2.2.0 + 2.2.1 org.apache.commons @@ -149,6 +148,28 @@ curvesapi 1.06 + + org.apache.xmlgraphics + batik-all + 1.13 + + + commons-logging + commons-logging + + + + + de.rototor.pdfbox + graphics2d + 0.30 + + + commons-logging + commons-logging + + + org.reflections @@ -156,35 +177,23 @@ 0.9.12 test - org.openjdk.jmh jmh-core - 1.26 + 1.27 test org.openjdk.jmh jmh-generator-annprocess - 1.26 + 1.27 test - com.google.guava guava - 30.0-jre + 30.1-jre test - - org.apache.xmlgraphics - batik-all - 1.13 - - - de.rototor.pdfbox - graphics2d - 0.30 - diff --git a/sonar/pom.xml b/sonar/pom.xml index 3ae96c2475..eb11b1d155 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -81,8 +81,8 @@ 4.0.0 5.7.0 - 2.8.0 - 3.6.0 + 2.8.2 + 3.6.28 3.2.0 3.2.0 3.1.0 -- 2.39.5