This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 2e5dd65 GROOVY-9372: Bump junit to 5.6.0
2e5dd65 is described below
commit 2e5dd6509fabcbc118651b64c1d3deb98058267f
Author: Paul King <[email protected]>
AuthorDate: Tue Jan 21 17:24:54 2020 +1000
GROOVY-9372: Bump junit to 5.6.0
---
subprojects/groovy-test-junit5/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/subprojects/groovy-test-junit5/build.gradle
b/subprojects/groovy-test-junit5/build.gradle
index 50ea702..baaf53c 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -18,8 +18,8 @@
*/
ext {
- junit5Version = '5.5.2'
- junit5PlatformVersion = '1.5.2'
+ junit5Version = '5.6.0'
+ junit5PlatformVersion = '1.6.0'
}
dependencies {