From 65994bc3921f49044873e231d4ce609d09489c63 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 21 Mar 2019 13:43:19 +0000 Subject: [PATCH] upgrade xmlsec, slf4j, batik git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855990 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 4 ++-- build.gradle | 4 ++-- build.xml | 15 +++++++++------ sonar/ooxml/pom.xml | 2 +- .../poi/poifs/crypt/dsig/SignatureInfo.java | 4 ++-- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.classpath b/.classpath index 6c3084ee23..77baa579b1 100644 --- a/.classpath +++ b/.classpath @@ -27,13 +27,13 @@ - + - + diff --git a/build.gradle b/build.gradle index 2d574fed04..774073f2b3 100644 --- a/build.gradle +++ b/build.gradle @@ -234,12 +234,12 @@ project('ooxml') { compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.commons:commons-compress:1.18' - compile 'org.apache.santuario:xmlsec:2.1.0' + compile 'org.apache.santuario:xmlsec:2.1.2' compile 'org.bouncycastle:bcpkix-jdk15on:1.61' compile 'com.github.virtuald:curvesapi:1.06' // compile only, don't add it to our dist as it blows up the size - compile 'org.apache.xmlgraphics:batik-all:1.10' + compile 'org.apache.xmlgraphics:batik-all:1.11' compile 'xml-apis:xml-apis-ext:1.3.04' compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.3' diff --git a/build.xml b/build.xml index e794387d29..9c6bc603a3 100644 --- a/build.xml +++ b/build.xml @@ -220,18 +220,18 @@ under the License. value="${repository.m2}/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar"/> - - + + - - + + - - + + @@ -718,8 +718,11 @@ under the License. + + + diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 41267d0d9e..357990f38e 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -147,7 +147,7 @@ org.apache.santuario xmlsec - 2.1.0 + 2.1.2 org.apache.commons diff --git a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index 006dd94051..32dc8db2e4 100644 --- a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -150,8 +150,8 @@ import org.w3c.dom.events.EventTarget; * in the classpath:

*
    *
  • BouncyCastle bcpkix and bcprov (tested against 1.61)
  • - *
  • Apache Santuario "xmlsec" (tested against 2.1.0)
  • - *
  • and slf4j-api (tested against 1.7.25)
  • + *
  • Apache Santuario "xmlsec" (tested against 2.1.2)
  • + *
  • and slf4j-api (tested against 1.7.26)
  • *
*/ public class SignatureInfo implements SignatureConfigurable { -- 2.39.5