From fc7c0ba32ebad8e770d6354cf7ffa7cb6b345357 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 1 Oct 2019 14:27:43 +0200 Subject: [PATCH] Upgrade to Commons FileUpload 1.4 Closes gh-18450 --- spring-boot-project/spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 72e51171298..249eaab52db 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -59,7 +59,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 io.mockk