diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-08-18 12:39:58 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-08-18 12:39:58 +0200 |
| commit | baa71544862db2225c3996aadd1fa7612975f0e4 (patch) | |
| tree | 74a11e703b213f47541ef4f856a95299d4f84107 | |
| parent | 54fbe166ba41dac90f571e4072ee227d1ef23973 (diff) | |
Upgraded Apache PDFBox dependency from 2.0.9 to 2.0.11
Release notes at
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12343466
and https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12342889
| -rw-r--r-- | .classpath | 4 | ||||
| -rw-r--r-- | build.xml | 4 | ||||
| -rw-r--r-- | lib/fontbox-2.0.11.License (renamed from lib/fontbox-2.0.9.License) | 0 | ||||
| -rw-r--r-- | lib/fontbox-2.0.11.jar (renamed from lib/fontbox-2.0.9.jar) | bin | 1554777 -> 1557078 bytes | |||
| -rw-r--r-- | lib/pdfbox-2.0.11.License (renamed from lib/pdfbox-2.0.9.License) | 0 | ||||
| -rw-r--r-- | lib/pdfbox-2.0.11.jar (renamed from lib/pdfbox-2.0.9.jar) | bin | 2513383 -> 2524580 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
7 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath index 3e4f29314..8da29dada 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.9.jar"/> - <classpathentry kind="lib" path="lib/pdfbox-2.0.9.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/bcmail-jdk15-1.46.jar"/> <classpathentry kind="lib" path="lib/bcprov-jdk15-1.46.jar"/> <classpathentry kind="lib" path="lib/poi-3.17.jar"/> @@ -186,7 +186,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.9.jar" /> + <pathelement location="${lib}/fontbox-2.0.11.jar" /> <pathelement location="${lib}/guava-18.0.jar" /> <pathelement location="${lib}/htmllexer.jar" /> <pathelement location="${lib}/httpclient-4.5.5.jar" /> @@ -246,7 +246,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.9.jar" /> + <pathelement location="${lib}/pdfbox-2.0.11.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.9.License b/lib/fontbox-2.0.11.License index e5e25bbea..e5e25bbea 100644 --- a/lib/fontbox-2.0.9.License +++ b/lib/fontbox-2.0.11.License diff --git a/lib/fontbox-2.0.9.jar b/lib/fontbox-2.0.11.jar Binary files differindex dd348b1d8..8f38ac628 100644 --- a/lib/fontbox-2.0.9.jar +++ b/lib/fontbox-2.0.11.jar diff --git a/lib/pdfbox-2.0.9.License b/lib/pdfbox-2.0.11.License index 329a3112a..329a3112a 100644 --- a/lib/pdfbox-2.0.9.License +++ b/lib/pdfbox-2.0.11.License diff --git a/lib/pdfbox-2.0.9.jar b/lib/pdfbox-2.0.11.jar Binary files differindex 6912ee8e5..4195d0e8c 100644 --- a/lib/pdfbox-2.0.9.jar +++ b/lib/pdfbox-2.0.11.jar @@ -523,7 +523,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.9</version> + <version>2.0.11</version> <type>jar</type> </dependency> <dependency> |
