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 2019/02/11 14:47:52 UTC

[groovy] 01/03: GROOVY-8985: Bump junit to 5.4.0(closes #875)

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

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

commit 30774c0f0bd41ef9d6ed9b349f0f8047fcdb9acb
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Feb 11 22:42:32 2019 +0800

    GROOVY-8985: Bump junit to 5.4.0(closes #875)
---
 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 {