This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/1.3.1 in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit dbceb0bca45059b5927e02cf5338218297e40884 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Dec 7 10:57:29 2023 +0100 Update Log4j to version `2.22.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a04d119..cb4ba00 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <!-- dependency versions --> <jmh.version>1.37</jmh.version> <junit.version>5.10.0</junit.version> - <log4j.version>2.20.0</log4j.version> + <log4j.version>2.22.0</log4j.version> <kotlin.version>1.6.21</kotlin.version> <kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version> <mockito-kotlin.version>4.1.0</mockito-kotlin.version>
