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
The following commit(s) were added to refs/heads/master by this push:
new cbdca0e GROOVY-9502: Bump junit to 5.6.2
cbdca0e is described below
commit cbdca0e8f4866b013ed26f4c41bf99be0ba2a3cd
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Apr 11 11:34:47 2020 +0800
GROOVY-9502: Bump junit to 5.6.2
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6e72d27..406d10f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,8 +154,8 @@ ext {
spotbugsVersion = '4.0.1'
spotbugsAnnotationsVersion = '4.0.1'
checkstyleVersion = '8.30'
- junit5Version = '5.6.0'
- junit5PlatformVersion = '1.6.0'
+ junit5Version = '5.6.2'
+ junit5PlatformVersion = '1.6.2'
}
dependencies {