aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-21 07:34:25 +0000
committerGitHub <noreply@github.com>2024-02-21 07:34:25 +0000
commitda82c5772b23baf6249514000fba35ddbc73fd43 (patch)
treef443cf094016927b11972b2f18469dbb44315fed /pom.xml
parent9a73d80ff91286bbe3bc25ec79464a7683af2ee7 (diff)
parent2fc32fe3681fcf69f9764c692003b9b63266958d (diff)
downloadjshipit-main.tar.gz
jshipit-main.tar.bz2
Merge pull request #2 from axtloss/dependabot/maven/org.apache.commons-commons-compress-1.26.0HEADmain
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fac3f56..9fd1227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.21</version>
+ <version>1.26.0</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>