]> source.dussan.org Git - poi.git/commitdiff
batik 1.14
authorPJ Fanning <fanningpj@apache.org>
Sat, 13 Feb 2021 14:49:40 +0000 (14:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 13 Feb 2021 14:49:40 +0000 (14:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886491 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi-ooxml.pom
osgi/README.md
sonar/ooxml/pom.xml
src/multimodule/poi/java9/module-info.class

index d11178bfe04217311545e74fceb2695b0248f967..cd1b17113b6724fbbfc35b45499b3919f3312480 100644 (file)
@@ -43,7 +43,7 @@
        <classpathentry kind="lib" path="lib/mockito-core-3.6.0.jar"/>
        <classpathentry kind="lib" path="lib/main-tests/byte-buddy-1.10.18.jar"/>
        <classpathentry kind="lib" path="lib/main-tests/byte-buddy-agent-1.10.18.jar"/>
-       <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/>
+       <classpathentry kind="lib" path="compile-lib/batik-all-1.14.jar"/>
        <classpathentry kind="lib" path="lib/SparseBitSet-1.2.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index 6a09be92d868b48623b8c98d427b34d5cd7e2725..7e07fa11ebde070d051893a7611af22b3cfd3790 100644 (file)
@@ -110,7 +110,7 @@ subprojects {
 
     version = '5.0.1-SNAPSHOT'
     ext {
-        bouncyCastleVersion = '1.67'
+        bouncyCastleVersion = '1.68'
         commonsCodecVersion = '1.15'
         commonsCompressVersion = '1.20'
         commonsMathVersion = '3.6.1'
@@ -311,7 +311,7 @@ project('ooxml') {
         compile 'com.zaxxer:SparseBitSet:1.2'
 
         // compile only, don't add it to our dist as it blows up the size
-        compile 'org.apache.xmlgraphics:batik-all:1.13'
+        compile 'org.apache.xmlgraphics:batik-all:1.14'
         compile 'xml-apis:xml-apis-ext:1.3.04'
         compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.4'
 
index 4b315b1f2e770147d283f7884c7aa18c5426742b..d5ee4c13016b5608b44929e4f83046146d500923 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -304,7 +304,7 @@ under the License.
     <!-- svg/batik/pdf libs - not part of the distribution -->
     <dependency prefix="svg.xml-apis-ext" artifact="xml-apis:xml-apis-ext:1.3.04" usage="ooxml-provided"/>
     <dependency prefix="svg.xmlgraphics-commons" artifact="org.apache.xmlgraphics:xmlgraphics-commons:2.4" usage="ooxml-provided"/>
-    <dependency prefix="svg.batik-all" artifact="org.apache.xmlgraphics:batik-all:1.13" usage="ooxml-provided"/>
+    <dependency prefix="svg.batik-all" artifact="org.apache.xmlgraphics:batik-all:1.14" usage="ooxml-provided"/>
     <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.22" usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.22" usage="ooxml-provided"/>
     <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.30" usage="ooxml-provided"/>
@@ -635,10 +635,9 @@ under the License.
                 <include name="xmlbeans-3.1.0.jar"/>
             </fileset>
             <fileset dir="${basedir}/lib/ooxml-provided">
-                <include name="bcpkix-jdk15on-1.65.jar"/>
-                <include name="bcpkix-jdk15on-1.66.jar"/>
-                <include name="bcprov-ext-jdk15on-1.65.jar"/>
-                <include name="bcprov-ext-jdk15on-1.66.jar"/>
+                <include name="bc*-1.65.jar"/>
+                <include name="bc*-1.66.jar"/>
+                <include name="batik*-1.13.jar"/>
             </fileset>
             <fileset dir="${basedir}/lib/ooxml-tests">
                 <include name="guava-20.0.jar"/>
index 0645ae7990ff472aa07831b008011e03100d835e..4f8f7ff40ba5c8db0bb90fd9bfb5b8b3ee72ff23 100644 (file)
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.xmlgraphics</groupId>
             <artifactId>batik-all</artifactId>
-            <version>1.13</version>
+            <version>1.14</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
index 0ccbebf5d997d9a78f04397429024db07f025c2f..7ba8bd7f7f4d7e273beaa3e25ee544f587f6c3d9 100644 (file)
@@ -16,18 +16,18 @@ The bundle embeds all the jars from lib/main:
 ## Optional Dependencies
 
 1. Apache Batik
-Required to render WMF/EMF images. The OSGi bundle is provided by ServiceMix and available in Maven Central: https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.batik/1.13_1
+Required to render WMF/EMF images. The OSGi bundle is provided by ServiceMix and available in Maven Central: https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.batik/1.14_1
 2. Saxon
 Required if using as the XSLT and XQuery Processor engine in XML Beans.
 Available in Maven Central: https://mvnrepository.com/artifact/net.sf.saxon/saxon/8.9.0.4-osgi
 3. Apache XML Security for Java, Bouncy Castle and XML Commons Resolver 
 These are required to sign or validate signed Office documents. The OSGi bundles are available in Maven Central:
 
-    - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/2.2.0
+    - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/2.2.1
     
     - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi
     
-    - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.66, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.66
+    - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.68, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.68
 4. PDFBox and PDFBox Graphics2D  
 Required to render to PDF documents.
 The required jars can be downloaded from:
index c406c8816fbeafc345d88be1ab81b0b261fdacb9..6da633343d1bfc741bb802f2b98adce9f11660b9 100644 (file)
         <dependency>
             <groupId>org.apache.xmlgraphics</groupId>
             <artifactId>batik-all</artifactId>
-            <version>1.13</version>
+            <version>1.14</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
index 5a2694941fb587e57dc71d13880e1c2797844af8..3a40124eb2045997deecea48e5475a623a157fb2 100644 (file)
Binary files a/src/multimodule/poi/java9/module-info.class and b/src/multimodule/poi/java9/module-info.class differ