Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 6b83faf commit a64479d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<commons.text.version>1.11.0</commons.text.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.compress.version>1.25.0</commons.compress.version>
<commons.compress.version>1.26.0</commons.compress.version>
<commons.net.version>3.10.0</commons.net.version>
<commons.codec.version>1.16.0</commons.codec.version>
<freemarker.version>2.3.32</freemarker.version>
Expand Down
2 changes: 1 addition & 1 deletion serenity-navigator-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit a64479d

Please sign in to comment.