diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-03-22 09:52:57 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-03-22 09:52:57 +0100 |
| commit | fc83d35f3f20ee20cafc87bff3522837aa36b722 (patch) | |
| tree | 84247ccec79b6471eea9079e7527002e16bc26be | |
| parent | 4d8a948455bbf7ab09e57eb4c24c6fda1bb11c28 (diff) | |
Upgraded PDFBox dependency from 2.0.11 to 2.0.14
| -rw-r--r-- | .classpath | 4 | ||||
| -rw-r--r-- | build.xml | 4 | ||||
| -rw-r--r-- | lib/fontbox-2.0.14.License (renamed from lib/fontbox-2.0.11.License) | 0 | ||||
| -rw-r--r-- | lib/fontbox-2.0.14.jar (renamed from lib/fontbox-2.0.11.jar) | bin | 1557078 -> 1557763 bytes | |||
| -rw-r--r-- | lib/pdfbox-2.0.14.License (renamed from lib/pdfbox-2.0.11.License) | 0 | ||||
| -rw-r--r-- | lib/pdfbox-2.0.14.jar (renamed from lib/pdfbox-2.0.11.jar) | bin | 2524580 -> 2567456 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
7 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath index 795ce7141..3806d85de 100644 --- a/.classpath +++ b/.classpath @@ -35,8 +35,8 @@ <classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/> <classpathentry kind="lib" path="lib/guava-18.0.jar"/> <classpathentry kind="lib" path="lib/org.restlet.jar"/> - <classpathentry kind="lib" path="lib/fontbox-2.0.11.jar"/> - <classpathentry kind="lib" path="lib/pdfbox-2.0.11.jar"/> + <classpathentry kind="lib" path="lib/fontbox-2.0.14.jar"/> + <classpathentry kind="lib" path="lib/pdfbox-2.0.14.jar"/> <classpathentry kind="lib" path="lib/bcmail-jdk15on-1.60.jar"/> <classpathentry kind="lib" path="lib/bcprov-jdk15on-1.60.jar"/> <classpathentry kind="lib" path="lib/bcpkix-jdk15on-1.60.jar"/> @@ -187,7 +187,7 @@ <pathelement location="${lib}/commons-lang-2.6.jar" /> <pathelement location="${lib}/commons-logging-1.2.jar" /> <pathelement location="${lib}/commons-math3-3.4.1.jar" /> - <pathelement location="${lib}/fontbox-2.0.11.jar" /> + <pathelement location="${lib}/fontbox-2.0.14.jar" /> <pathelement location="${lib}/guava-18.0.jar" /> <pathelement location="${lib}/htmllexer.jar" /> <pathelement location="${lib}/httpclient-4.5.6.jar" /> @@ -247,7 +247,7 @@ <pathelement location="${lib}/noggit-0.6.jar" /> <pathelement location="${lib}/org.restlet.jar" /> <pathelement location="${lib}/langdetect.jar" /> - <pathelement location="${lib}/pdfbox-2.0.11.jar" /> + <pathelement location="${lib}/pdfbox-2.0.14.jar" /> <pathelement location="${lib}/poi-3.17.jar" /> <pathelement location="${lib}/poi-scratchpad-3.17.jar" /> <pathelement location="${lib}/slf4j-api-1.7.25.jar" /> diff --git a/lib/fontbox-2.0.11.License b/lib/fontbox-2.0.14.License index e5e25bbea..e5e25bbea 100644 --- a/lib/fontbox-2.0.11.License +++ b/lib/fontbox-2.0.14.License diff --git a/lib/fontbox-2.0.11.jar b/lib/fontbox-2.0.14.jar Binary files differindex 8f38ac628..57c933432 100644 --- a/lib/fontbox-2.0.11.jar +++ b/lib/fontbox-2.0.14.jar diff --git a/lib/pdfbox-2.0.11.License b/lib/pdfbox-2.0.14.License index 329a3112a..329a3112a 100644 --- a/lib/pdfbox-2.0.11.License +++ b/lib/pdfbox-2.0.14.License diff --git a/lib/pdfbox-2.0.11.jar b/lib/pdfbox-2.0.14.jar Binary files differindex 4195d0e8c..fe51bcad4 100644 --- a/lib/pdfbox-2.0.11.jar +++ b/lib/pdfbox-2.0.14.jar @@ -532,7 +532,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.11</version> + <version>2.0.14</version> <type>jar</type> </dependency> <dependency> |
