diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
commit | 95cc8bc1cabc5317ba5fc02d16e5516c37e3468e (patch) | |
tree | ab51e9f4b7c3c9780bcce222746d9038b28603cc /build.gradle | |
parent | 2a9a2017428933c63daa7b1fe3c86510ef4cb2b0 (diff) | |
download | poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.tar.gz poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.zip |
log4j 2.17.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5442fd76b6..cdb2463420 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { commonsIoVersion = '2.11.0' commonsMathVersion = '3.6.1' junitVersion = '5.8.2' - log4jVersion = '2.17.1' + log4jVersion = '2.17.2' mockitoVersion = '4.3.1' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' |