Skip to content

Commit

Permalink
Merge pull request #1551 from phac-nml/dependabot/gradle/commons-io-c…
Browse files Browse the repository at this point in the history
…ommons-io-2.18.0

chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0
  • Loading branch information
ericenns authored Nov 29, 2024
2 parents 27f8a87 + cafd8d3 commit ce33e4a
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 ce33e4a

Please sign in to comment.