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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 0bf9ea4  GROOVY-8985: Bump junit to 5.4.0(closes #875)
0bf9ea4 is described below

commit 0bf9ea44f8fa71d4690d6622f2903330c05f322c
Author: Daniel Sun <sun...@apache.org>
AuthorDate: Mon Feb 11 22:42:32 2019 +0800

    GROOVY-8985: Bump junit to 5.4.0(closes #875)
    
    (cherry picked from commit 30774c0f0bd41ef9d6ed9b349f0f8047fcdb9acb)
---
 subprojects/groovy-test-junit5/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-test-junit5/build.gradle 
b/subprojects/groovy-test-junit5/build.gradle
index d49c436..c37e9a6 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -16,9 +16,10 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
+
 ext {
-    junit5Version = '5.3.2'
-    junit5PlatformVersion = '1.3.2'
+    junit5Version = '5.4.0'
+    junit5PlatformVersion = '1.4.0'
 }
 
 dependencies {

Reply via email to