Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 9b7de09 commit 4273244
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 @@ -71,7 +71,7 @@ modelix-incremental = { group = "org.modelix", name = "incremental", version = "
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.14.2" }
vavr = { group = "io.vavr", name = "vavr", version = "0.10.4" }
apache-commons-lang = { group = "org.apache.commons", name = "commons-lang3", version = "3.13.0" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.13.0" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.14.0" }
apache-commons-collections = { group = "org.apache.commons", name = "commons-collections4", version = "4.4" }
trove = { group = "trove", name = "trove", version = "1.0.2"}
trove4j = { group = "net.sf.trove4j", name = "trove4j", version = "3.0.3" }
Expand Down

0 comments on commit 4273244

Please sign in to comment.