diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-11-11 21:53:05 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-11-11 21:53:05 +0000 |
commit | ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3 (patch) | |
tree | 5895cf3a45d113855d8fd6a6c18d83fd155256fe /sonar | |
parent | 134b4ba762f33a2575092653ab73e416af1e0034 (diff) | |
download | poi-ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3.tar.gz poi-ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3.zip |
update dependencies - make optional dependencies mandatory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/excelant/pom.xml | 2 | ||||
-rw-r--r-- | sonar/integration-test/pom.xml | 4 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 16 | ||||
-rw-r--r-- | sonar/pom.xml | 6 |
4 files changed, 12 insertions, 16 deletions
diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index 0bea755b41..73e92fe264 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -108,7 +108,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.8</version> + <version>1.10.9</version> </dependency> </dependencies> </project> diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index d28861c891..bfa37a2028 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -112,13 +112,13 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.25</version> + <version>1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.8</version> + <version>1.10.9</version> <scope>test</scope> </dependency> diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 36bddf0d32..6ba47032dc 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -127,12 +127,12 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.66</version> + <version>1.67</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.66</version> + <version>1.67</version> </dependency> <dependency> <groupId>org.apache.santuario</groupId> @@ -166,35 +166,31 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.25</version> + <version>1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> - <version>1.25</version> + <version>1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>29.0-jre</version> + <version>30.0-jre</version> <scope>test</scope> </dependency> - <dependency> - <!-- don't add it to the distribution --> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-all</artifactId> <version>1.13</version> </dependency> - <dependency> - <!-- don't add it to the distribution --> <groupId>de.rototor.pdfbox</groupId> <artifactId>graphics2d</artifactId> - <version>0.27</version> + <version>0.28</version> </dependency> </dependencies> </project> diff --git a/sonar/pom.xml b/sonar/pom.xml index 62301c2a46..7a5f429f8f 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -80,9 +80,9 @@ <!-- define some of the third-party or plugin-versions globally to use the same in all modules --> <xmlbeans.version>4.0.0</xmlbeans.version> - <junit.version>4.13</junit.version> - <xmlunit.version>2.7.0</xmlunit.version> - <mockito.version>3.5.15</mockito.version> + <junit.version>4.13.1</junit.version> + <xmlunit.version>2.8.0</xmlunit.version> + <mockito.version>3.6.0</mockito.version> <maven.plugin.resources.version>3.2.0</maven.plugin.resources.version> <maven.plugin.jar.version>3.2.0</maven.plugin.jar.version> <maven.plugin.clean.version>3.1.0</maven.plugin.clean.version> |