You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/04/11 01:32:00 UTC

[incubator-sedona] branch master updated: Bump junit from 4.12 to 4.13.1 (#600)

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 02eefc1c Bump junit from 4.12 to 4.13.1 (#600)
02eefc1c is described below

commit 02eefc1ce480c3f7722a39ab3aa5887b252c046d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 10 18:31:55 2022 -0700

    Bump junit from 4.12 to 4.13.1 (#600)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b783351c..b798e690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>