You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/17 20:49:53 UTC

[commons-compress] branch master updated: Bump maven-bundle-plugin from 5.1.2 to 5.1.3 (#234)

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

ggregory 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 9599513  Bump maven-bundle-plugin from 5.1.2 to 5.1.3 (#234)
9599513 is described below

commit 95995130c574331c49f6584ac6e520f35d6d688b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 17 15:49:46 2021 -0500

    Bump maven-bundle-plugin from 5.1.2 to 5.1.3 (#234)
    
    Bumps maven-bundle-plugin from 5.1.2 to 5.1.3.
    
    ---
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53844d0..9d1fb25 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.2</commons.felix.version>
+    <commons.felix.version>5.1.3</commons.felix.version>
 
     <commons.componentid>compress</commons.componentid>
     <commons.module.name>org.apache.commons.compress</commons.module.name>