This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 1eb646447e03afa42fd1393d07c9fccb41b5d164 Author: Paul King <[email protected]> AuthorDate: Thu Feb 24 13:53:24 2022 +1000 GROOVY-10399: Bump bridger to 1.6.Final (build dependency) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11ff301..c43825d 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ ext { asmVersion = '9.2' antlrVersion = '2.7.7' antlr4Version = '4.9.0' - bridgerVersion = '1.5.Final' + bridgerVersion = '1.6.Final' coberturaVersion = '1.9.4.1' commonsCliVersion = '1.4' gparsVersion = '1.2.1'
