From 11284a042341f14d53d56bedc64de103245cf12d Mon Sep 17 00:00:00 2001 From: jdyer1 Date: Mon, 30 Oct 2023 11:43:20 -0500 Subject: [PATCH] WN-5141 - update commons-upload to jakarta-compatible version --- core/pom.xml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index abffdbe49..ac103579c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -214,8 +214,8 @@ - commons-fileupload - commons-fileupload + org.apache.commons + commons-fileupload2-jakarta commons-io diff --git a/pom.xml b/pom.xml index 7b708d665..3826c125b 100644 --- a/pom.xml +++ b/pom.xml @@ -833,9 +833,9 @@ 4.4 - commons-fileupload - commons-fileupload - 1.5 + org.apache.commons + commons-fileupload2-jakarta + 2.0.0-M1 commons-io