Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-compress
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.24.0 to 1.25.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 448a5ac commit 981adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dsi-fastutil = { group = "it.unimi.dsi", name = "fastutil", version = "8.5.12" }


# Apache Commons
commons-compress = { group = "org.apache.commons", name = "commons-compress", version = "1.24.0" }
commons-compress = { group = "org.apache.commons", name = "commons-compress", version = "1.25.0" }
commons-io = { group = "commons-io", name = "commons-io", version = "2.15.0" }
commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.16.0" }
commons-math = { group = "org.apache.commons", name = "commons-math3", version = "3.6.1" }
Expand Down

0 comments on commit 981adc7

Please sign in to comment.