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 2d04cb2e5d build(deps): bump net.lingala.zip4j:zip4j from 2.11.5 to
2.11.6 (#2446)
2d04cb2e5d is described below
commit 2d04cb2e5dba242242e7cb88ea7188ad7f0a53f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 10:04:21 2026 +0100
build(deps): bump net.lingala.zip4j:zip4j from 2.11.5 to 2.11.6 (#2446)
Bumps [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j)
from 2.11.5 to 2.11.6.
- [Release notes](https://github.com/srikanth-lingala/zip4j/releases)
-
[Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.11.5...v2.11.6)
---
updated-dependencies:
- dependency-name: net.lingala.zip4j:zip4j
dependency-version: 2.11.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index af7cfe1a20..d2f2345b79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
- <version>2.11.5</version>
+ <version>2.11.6</version>
</dependency>
<dependency>