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-net.git
The following commit(s) were added to refs/heads/master by this push: new d80aafcd Bump junit from 4.13.2 to 5.9.1 Vintage d80aafcd is described below commit d80aafcd93687a38988c9cf1e831164eb660527e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 25 11:25:10 2022 -0400 Bump junit from 4.13.2 to 5.9.1 Vintage Update description of old entry for Surefire --- pom.xml | 6 +++--- src/changes/changes.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1227875b..60f03f2e 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> <!-- Local version defines --> <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion> + <commons.junit.version>5.9.1</commons.junit.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.japicmp.version>0.16.0</commons.japicmp.version> <commons.surefire.version>3.0.0-M7</commons.surefire.version> @@ -94,9 +95,8 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <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 42db15b4..1374032f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -116,7 +116,7 @@ The <action> type attribute can be add,update,fix,remove. A actions/setup-java from 1.4.3 to 3. </action> <action type="update" dev="ggregory" due-to="Dependabot"> - Bump junit from 4.13.1 to 4.13.2 #74. + Bump junit from 4.13.1 to 5.9.1 Vintage #74. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump commons-io from 2.6 to 2.11.0 #60. @@ -128,7 +128,7 @@ The <action> type attribute can be add,update,fix,remove. Bump commons.japicmp.version from 0.14.3 to 0.16.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> - Bump commons.surefire.version from 2.22.2 to 3.0.0-M5. + Bump commons.surefire.version from 2.22.2 to 3.0.0-M7. </action> <action type="update" dev="ggregory" due-to="XenoAmess, Gary Gregory"> Bump ftpserver-core from 1.1.1 to 1.2.0 #96.