Skip to content

Commit

Permalink
Bump commons-fileupload:commons-fileupload from 1.4 to 1.5
Browse files Browse the repository at this point in the history
Bumps commons-fileupload:commons-fileupload from 1.4 to 1.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent 578e00d commit 47deb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// Servlet API
implementation 'javax.servlet:javax.servlet-api:4.0.1'

implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-fileupload:commons-fileupload:1.5'

// Testing Dependencies
testImplementation "org.junit.jupiter:junit-jupiter:5.+"
Expand Down

0 comments on commit 47deb03

Please sign in to comment.