aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d88d4072..a790cbc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>40</version>
+ <version>42</version>
</parent>
<groupId>org.apache.bcel</groupId>
@@ -58,10 +58,10 @@
<commons.osgi.private />
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
- <commons.findbugs.version>3.0.3</commons.findbugs.version>
+ <commons.findbugs.version>3.0.5</commons.findbugs.version>
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<!-- Latest Clirr Plugin version (2.7) causes NPE -->
- <commons.clirr.version>2.6.1</commons.clirr.version>
+ <commons.clirr.version>2.8</commons.clirr.version>
</properties>
<!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->