Browse Source

Upgrade to Commons FileUpload 1.5

Closes gh-36727
pull/36766/head
Andy Wilkinson 2 years ago
parent
commit
d4f9532644
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
spring-boot-project/spring-boot-parent/build.gradle

@ -41,7 +41,7 @@ bom { @@ -41,7 +41,7 @@ bom {
]
}
}
library("Commons FileUpload", "1.4") {
library("Commons FileUpload", "1.5") {
group("commons-fileupload") {
modules = [
"commons-fileupload"

Loading…
Cancel
Save