Browse Source

Upgrade to Commons FileUpload 1.6.0

Closes gh-45927
pull/45939/head
Andy Wilkinson 6 months ago
parent
commit
02d66fbef1
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save