You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/05 18:41:51 UTC

[tomcat-jakartaee-migration] branch main updated: Update JUnit to 4.13.2

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ecfb5f  Update JUnit to 4.13.2
7ecfb5f is described below

commit 7ecfb5f0fa1401ccb4be6744f88fe1639498996c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 5 19:41:46 2022 +0100

    Update JUnit to 4.13.2
---
 CHANGES.md | 2 ++
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index fb814c8..121255b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,8 @@
 
 - Update Apache Parent to 26. (markt)
 
+- Update JUnit to 4.13.2. (markt)
+
 ## 1.0.0
 
 - Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
diff --git a/pom.xml b/pom.xml
index 209d77c..5647e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org