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
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 456576d GROOVY-10425: Bump log4j2 version to 2.17.0 (test dependency)
456576d is described below
commit 456576d4e20b117085fec5921c19c1d5178aa8b4
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 19 13:41:22 2021 +1000
GROOVY-10425: Bump log4j2 version to 2.17.0 (test dependency)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 3efec44..55190df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ ext {
jmockVersion = '1.2.0'
logbackVersion = '1.2.8'
log4jVersion = '1.2.17'
- log4j2Version = '2.16.0'
+ log4j2Version = '2.17.0'
openbeansVersion = '1.0.2'
picocliVersion = '4.6.1'
qdoxVersion = '1.12.1'