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

bodewig pushed a commit to branch pack200-harmony-as-fallback
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/pack200-harmony-as-fallback by 
this push:
     new 3b2227a  sync pom with parent, hoping to get github actions build to 
pass
3b2227a is described below

commit 3b2227a562500c52baa52799ea3618c72811708d
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Fri Jul 2 16:56:59 2021 +0200

    sync pom with parent, hoping to get github actions build to pass
---
 pom.xml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0940702..84657d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
 
-    <!-- override parent as version used by parent requires Java 8 -->
-    <commons.felix.version>5.1.1</commons.felix.version>
+    <commons.felix.version>5.1.2</commons.felix.version>
 
     <commons.componentid>compress</commons.componentid>
     <commons.module.name>org.apache.commons.compress</commons.module.name>
@@ -52,8 +51,8 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.rc.version>RC1</commons.rc.version>
     <!-- old version used by japicmp -->
     <commons.bc.version>1.20</commons.bc.version>
-    <mockito.version>1.10.19</mockito.version>
-    <commons.pmd-plugin.version>3.13.0</commons.pmd-plugin.version>
+    <mockito.version>3.11.1</mockito.version>
+    <commons.pmd-plugin.version>3.14.0</commons.pmd-plugin.version>
 
     
<commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
     
<commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile>
@@ -69,9 +68,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <!-- only show issues of the current version -->
     
<commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
 
-    <!-- generate report even if there are binary incompatible changes -->
-    
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
-
     <!-- definition uses commons.componentId starting with parent 47,
          this doesn't work for us -->
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
@@ -79,6 +75,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
     <pax.exam.version>4.13.1</pax.exam.version>
     <slf4j.version>1.7.30</slf4j.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
+    <commons.javadoc.version>3.3.0</commons.javadoc.version>
   </properties>
 
   <issueManagement>
@@ -90,7 +89,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.5-6</version>
+      <version>1.5.0-2</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -102,7 +101,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.8</version>
+      <version>1.9</version>
       <optional>true</optional>
     </dependency>
 
@@ -130,7 +129,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     <dependency>
       <groupId>com.github.marschall</groupId>
       <artifactId>memoryfilesystem</artifactId>
-      <version>1.3.0</version>
+      <version>2.1.0</version>
       <scope>test</scope>
     </dependency>
 
@@ -162,7 +161,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.3</version>
+      <version>7.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to