Skip to content

Commit

Permalink
build(deps): bump commons-io:commons-io from 2.15.0 to 2.15.1
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.15.0 to 2.15.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 448a5ac commit 92dfc26
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 @@ -152,7 +152,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-io = { group = "commons-io", name = "commons-io", version = "2.15.0" }
commons-io = { group = "commons-io", name = "commons-io", version = "2.15.1" }
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" }
# when 4.0.0 is released, commons-math is being split into:
Expand Down

0 comments on commit 92dfc26

Please sign in to comment.