This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new df02b439b Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
(#844)
df02b439b is described below
commit df02b439b564140fa51192eaee2ec05683ba96f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 27 12:45:18 2024 +0100
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#844)
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:production
...
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 823614743..80f381171 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
<commons-cli.version>1.4</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.version>
- <commons-compress.version>1.21</commons-compress.version>
+ <commons-compress.version>1.26.0</commons-compress.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-digester3.version>3.2</commons-digester3.version>
<commons-io.version>2.8.0</commons-io.version>