This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
commit 915be77d26536cd5d7da280a6acc7ddf8e3bc7ca Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 25 11:44:40 2024 -0400 Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM --- pom.xml | 6 +++--- src/changes/changes.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f4db8aeb..4de5e893 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ <commons.componentid>fileupload</commons.componentid> <commons.module.name>org.apache.commons.fileupload</commons.module.name> <commons.release.version>1.6.0</commons.release.version> + <commons.next.version>1.6.1</commons.next.version> <commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc> <commons.jira.id>FILEUPLOAD</commons.jira.id> <commons.jira.pid>12310476</commons.jira.pid> @@ -87,9 +88,8 @@ <commons.jacoco.complexityRatio>0.66</commons.jacoco.complexityRatio> </properties> <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5bebe634..b05cb82d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update">Bump commons-parent from 62 to 73.</action> <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.16.1.</action> <action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action> + <action dev="ggregory" type="update">Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM.</action> </release> <release version="1.5" date="2023-02-13" description="1.5 Release"> <action dev="markt" type="update">Bump Commons IO to 2.11.0</action>