Skip to content

Commit

Permalink
Merge pull request #88 from KosmX/dependabot/gradle/commons-io-common…
Browse files Browse the repository at this point in the history
…s-io-2.15.1

build(deps): bump commons-io:commons-io from 2.15.0 to 2.15.1
  • Loading branch information
KosmX authored Jan 15, 2024
2 parents 7ef6435 + 5fbcb48 commit b8d3ed1
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.25.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 b8d3ed1

Please sign in to comment.