This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x-dep-updates
in repository https://gitbox.apache.org/repos/asf/tomee.git
commit a77e18b1af450f32c80d76c55b28d68704efb81b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 16 08:47:22 2024 +0000
Bump org.apache.commons:commons-compress from 1.14 to 1.26.0
Bumps org.apache.commons:commons-compress from 1.14 to 1.26.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
itests/tomee-server-composer/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/itests/tomee-server-composer/pom.xml
b/itests/tomee-server-composer/pom.xml
index f321e95d0a..6e5c82c490 100644
--- a/itests/tomee-server-composer/pom.xml
+++ b/itests/tomee-server-composer/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.14</version>
+ <version>1.26.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index f90278c12c..cd9301cd0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1833,7 +1833,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.22</version>
+ <version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>