You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/02/15 10:51:58 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9944: Bump junit to 4.13.2

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

sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 5c6f7c7  GROOVY-9944: Bump junit to 4.13.2
5c6f7c7 is described below

commit 5c6f7c7be68f3eeed563673a87bf5e173cfae246
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Feb 15 18:51:43 2021 +0800

    GROOVY-9944: Bump junit to 4.13.2
---
 subprojects/groovy-test/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-test/build.gradle b/subprojects/groovy-test/build.gradle
index 18cb6e6..d70e688 100644
--- a/subprojects/groovy-test/build.gradle
+++ b/subprojects/groovy-test/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    junitVersion = '4.13.1'
+    junitVersion = '4.13.2'
 }
 
 dependencies {