You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/11/01 09:26:37 UTC

[plc4x] branch develop updated: build(deps-dev): bump commons-compress from 1.21 to 1.22 (#566)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 34bc1d5b3 build(deps-dev): bump commons-compress from 1.21 to 1.22 (#566)
34bc1d5b3 is described below

commit 34bc1d5b3c27c5c31859c3ffa433506cdae87414
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 1 10:26:32 2022 +0100

    build(deps-dev): bump commons-compress from 1.21 to 1.22 (#566)
    
    Bumps commons-compress from 1.21 to 1.22.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 a085f215f..ed3e679dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <commons-cli.version>1.5.0</commons-cli.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-collections4.version>4.4</commons-collections4.version>
-    <commons-compress.version>1.21</commons-compress.version>
+    <commons-compress.version>1.22</commons-compress.version>
     <commons-configuration2.version>2.8.0</commons-configuration2.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>