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 2023/02/10 09:02:37 UTC

[plc4x] branch develop updated: build(deps): bump zip4j from 2.11.3 to 2.11.4 (#794)

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 c2228db67c build(deps): bump zip4j from 2.11.3 to 2.11.4 (#794)
c2228db67c is described below

commit c2228db67c24c1b13bfe107445437067c96a7248
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 10:02:28 2023 +0100

    build(deps): bump zip4j from 2.11.3 to 2.11.4 (#794)
    
    Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.3 to 2.11.4.
    - [Release notes](https://github.com/srikanth-lingala/zip4j/releases)
    - [Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.11.3...v2.11.4)
    
    ---
    updated-dependencies:
    - dependency-name: net.lingala.zip4j:zip4j
      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 ab94981e2d..825cc6f6cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
       <dependency>
         <groupId>net.lingala.zip4j</groupId>
         <artifactId>zip4j</artifactId>
-        <version>2.11.3</version>
+        <version>2.11.4</version>
       </dependency>
 
       <dependency>