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'
diff --git a/build.xml b/build.xml
index fd03e4e716..dd6020d36a 100644
--- a/build.xml
+++ b/build.xml
@@ -268,7 +268,7 @@ under the License.
-
+
@@ -288,7 +288,7 @@ under the License.
-
+
@@ -2590,9 +2590,9 @@ under the License.
-
-
-
+
+
+
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 5d9077180c..95184238d7 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -231,7 +231,7 @@
org.apache.logging.log4j
log4j-core
- 2.17.1
+ 2.17.2
test
diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
index bd2d9aeb78..942c22ca22 100644
--- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
+++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java
@@ -155,7 +155,7 @@ import org.w3c.dom.events.MutationEvent;
*
* - BouncyCastle bcpkix and bcprov (tested against 1.70)
* - Apache Santuario "xmlsec" (tested against 2.3.0)
- * - and log4j-api (tested against 2.17.1)
+ * - and log4j-api (tested against 2.17.x)
*
*/
public class SignatureInfo {