You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/01/31 08:58:12 UTC

[commons-fileupload] branch 1.x updated: Update JUnit

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/1.x by this push:
     new 4e63103  Update JUnit
4e63103 is described below

commit 4e631033487e7649cc7c00f298dd9c007f127e56
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 31 08:58:06 2023 +0000

    Update JUnit
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a16dddf..ce21274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23da12c..b5a810d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="markt" due-to="David Georg Reichelt" type="fix">Improve parsing speed</action>
       <action issue="FILEUPLOAD-328" dev="markt" due-to="Arturo Bernal" type="update">Switch from Cobertura code coverage to Jacoco code coverage</action>
       <action                        dev="markt" type="add">Add a configurable limit (disabled by default) for the number of files to upload per request</action>
+      <action                        dev="markt" type="update">Bump JUnit to 4.13.2</action>
     </release>
     <release version="1.4" date="2018-12-23" description="1.4 Release">
       <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>