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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ec7d1d  JUnit v4.13.1
     new 282b6de  Merge pull request #26 from nhojpatrick/junit-4.13.1
8ec7d1d is described below

commit 8ec7d1d52ec99d4f3baf7ee747b4ab1b732e9cbe
Author: John Patrick <142304+nhojpatr...@users.noreply.github.com>
AuthorDate: Sun Oct 11 19:14:10 2020 +0100

    JUnit v4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83ed8fd..eb32557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to