This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 3c5628e4 Pick up JUnit version from parent POM 3c5628e4 is described below commit 3c5628e48859688ad0f25590d10a5c3a3da0066a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 11 09:10:53 2024 -0400 Pick up JUnit version from parent POM --- pom.xml | 6 ------ src/changes/changes.xml | 5 +++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index d0c6dad2..72f1cbdd 100644 --- a/pom.xml +++ b/pom.xml @@ -108,12 +108,6 @@ <dependencyManagement> <dependencies> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> - <version>${commons.junit.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d188a918..4ed23a40 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,9 +45,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release, requires Java 11."> <!-- FIX --> - <action dev="ggregory" type="fix" due-to="Gregor Dschung">[site] Fix instantiation of DiskFileItemFactory in migration guide #273.</action> - <action issue="FILEUPLOAD-355" dev="ggregory" type="fix" due-to="Ana, Gary Gregory">[site] Update code example: Use IOUtils instead of Streams utils class.</action> + <action type="fix" dev="ggregory" due-to="Gregor Dschung">[site] Fix instantiation of DiskFileItemFactory in migration guide #273.</action> + <action issue="FILEUPLOAD-355" type="fix" dev="ggregory" due-to="Ana, Gary Gregory">[site] Update code example: Use IOUtils instead of Streams utils class.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal use of Locale.ENGLISH with Locale.ROOT.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up JUnit version from parent POM.</action> <!-- ADD --> <action dev="ggregory" type="add" due-to="mufasa1976, Gary Gregory">Handle multipart/related Requests without content-disposition header.</action> <!-- UDPATE -->