Repository: groovy Updated Branches: refs/heads/master 9974e2a25 -> 96c543dd0
GROOVY-8785: Bump JUnit 5 to 5.3.1 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/96c543dd Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/96c543dd Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/96c543dd Branch: refs/heads/master Commit: 96c543dd00e7cc259ea42784b0a5954400e3a8a7 Parents: 9974e2a Author: Paul King <[email protected]> Authored: Thu Sep 13 11:39:58 2018 +1000 Committer: Paul King <[email protected]> Committed: Thu Sep 13 11:39:58 2018 +1000 ---------------------------------------------------------------------- subprojects/groovy-test-junit5/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/96c543dd/subprojects/groovy-test-junit5/build.gradle ---------------------------------------------------------------------- diff --git a/subprojects/groovy-test-junit5/build.gradle b/subprojects/groovy-test-junit5/build.gradle index cda4ea7..12d134e 100644 --- a/subprojects/groovy-test-junit5/build.gradle +++ b/subprojects/groovy-test-junit5/build.gradle @@ -17,8 +17,8 @@ * under the License. */ ext { - junit5Version = '5.3.0' - junit5PlatformVersion = '1.3.0' + junit5Version = '5.3.1' + junit5PlatformVersion = '1.3.1' } dependencies {
