Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
slachiewicz committed Feb 21, 2024
1 parent 7286275 commit 6077fd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
</dependency>
<dependency>
<!-- For compressors: snappy and lz4 -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>
<!-- Other dependencies -->
<dependency>
Expand Down

0 comments on commit 6077fd7

Please sign in to comment.