From bc6bf24df8478db9f874d1b4aa2493b519558f78 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 14:09:23 +0100 Subject: [PATCH] Upgrade to Commons FileUpload 1.5 Closes gh-36744 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 4b79ac50498..39e3e2604a4 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -41,7 +41,7 @@ bom { ] } } - library("Commons FileUpload", "1.4") { + library("Commons FileUpload", "1.5") { group("commons-fileupload") { modules = [ "commons-fileupload"