-
-
-
+
@@ -2579,9 +2577,9 @@ under the License.
-
-
-
+
+
+
diff --git a/osgi/pom.xml b/osgi/pom.xml
index c44ead564c..a2000fcced 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -231,7 +231,7 @@
org.apache.logging.log4j
log4j-core
- 2.14.0
+ 2.15.0
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 98347ef578..f90bf17bb0 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
@@ -153,9 +153,9 @@ import org.w3c.dom.events.MutationEvent;
* To use SignatureInfo and its sibling classes, you'll need to have the following libs
* in the classpath:
*
- * - BouncyCastle bcpkix and bcprov (tested against 1.67)
- * - Apache Santuario "xmlsec" (tested against 2.2.0)
- * - and log4j-api (tested against 2.14.0)
+ * - BouncyCastle bcpkix and bcprov (tested against 1.70)
+ * - Apache Santuario "xmlsec" (tested against 2.3.0)
+ * - and log4j-api (tested against 2.15.0)
*
*/
public class SignatureInfo {