Skip to content

Commit

Permalink
chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.17.0 to 2.18.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 Nov 25, 2024
1 parent dbc02e9 commit cafd8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-web-services")
implementation("org.springframework.boot:spring-boot-starter-hateoas")
implementation("commons-io:commons-io:2.17.0")
implementation("commons-io:commons-io:2.18.0")
implementation("commons-fileupload:commons-fileupload:1.5")
implementation("org.apache.poi:poi-ooxml:5.3.0") {
exclude(group = "stax", module = "stax-api")
Expand Down

0 comments on commit cafd8d3

Please sign in to comment.