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 24c13ef97bf5d877160345c010bae2688602f461 Author: Paul King <[email protected]> AuthorDate: Wed Mar 8 15:54:28 2023 +1000 GROOVY-10970: Bump log4j2 version to 2.20.0 (test dependency) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e40b022592..0d9f1f7749 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ ext { junitVersion = '4.13.2' logbackVersion = '1.2.11' log4jVersion = '1.2.17' - log4j2Version = '2.19.0' + log4j2Version = '2.20.0' openbeansVersion = '1.0.2' picocliVersion = '4.6.3' qdoxVersion = '1.12.1'
