You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/01/07 04:41:51 UTC

[commons-compress] branch master updated: Bump maven-bundle-plugin from 5.1.3 to 5.1.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6aacb29  Bump maven-bundle-plugin from 5.1.3 to 5.1.4
6aacb29 is described below

commit 6aacb2953d03b9423057f176e6d4cbe6dca65b3d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 7 04:33:53 2022 +0000

    Bump maven-bundle-plugin from 5.1.3 to 5.1.4
    
    Bumps maven-bundle-plugin from 5.1.3 to 5.1.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:maven-bundle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 811c43b..9f800d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +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>
 
-    <commons.felix.version>5.1.3</commons.felix.version>
+    <commons.felix.version>5.1.4</commons.felix.version>
 
     <commons.componentid>compress</commons.componentid>
     <commons.module.name>org.apache.commons.compress</commons.module.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a74f8b..dc69892 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,7 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.japicmp.version from 0.15.3 to 0.15.4.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump maven-bundle-plugin from 5.1.2 to 5.1.3 (#234).
+        Bump maven-bundle-plugin from 5.1.2 to 5.1.4 #234, #239.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump org.apache.felix.framework from 7.0.1 to 7.0.3 #232.