Skip to content

Commit

Permalink
chore(deps): align code with Commons Fileupload 2.0.0-M1 (currently u…
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Jul 17, 2023
1 parent ff72372 commit 500dd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.apache.commons.fileupload2.core.FileItem;
import org.apache.commons.fileupload2.core.FileUploadException;
import org.apache.commons.fileupload2.core.disk.DiskFileItemFactory;
import org.apache.commons.fileupload2.core.DiskFileItemFactory;
import org.apache.commons.fileupload2.jakarta.JakartaServletFileUpload;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.io.IOUtils;
Expand Down

0 comments on commit 500dd55

Please sign in to comment.