This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 6f422455dac8ed5bde41353f5d44f79209c2bec7
Author: Alex Herbert <[email protected]>
AuthorDate: Wed Oct 20 22:27:08 2021 +0100

    Upgrade plugins to allow building on JDK 17.
    
    - spotbugs 3.1.8 to 4.4.2
    - jacoco to 0.8.7
    - japicmp to 0.15.3
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbc990d..44f4a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,10 @@
        to collect the artifacts from other modules. -->
     <commons.jxr.version>2.5</commons.jxr.version>
 
-    <!-- Override CP 47 -->
-    <commons.spotbugs.version>3.1.8</commons.spotbugs.version>
+    <!-- Override commons parent 51 to allow build on JDK 17.  -->
+    <commons.spotbugs.version>4.4.2</commons.spotbugs.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
 
     <commons.site.path>numbers</commons.site.path>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-numbers</commons.scmPubUrl>

Reply via email to