summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath4
-rw-r--r--build.xml4
-rw-r--r--lib/fontbox-2.0.9.License (renamed from lib/fontbox-2.0.8.License)0
-rw-r--r--lib/fontbox-2.0.9.jar (renamed from lib/fontbox-2.0.8.jar)bin1483772 -> 1554777 bytes
-rw-r--r--lib/pdfbox-2.0.9.License (renamed from lib/pdfbox-2.0.8.License)0
-rw-r--r--lib/pdfbox-2.0.9.jar (renamed from lib/pdfbox-2.0.8.jar)bin2485070 -> 2513383 bytes
-rw-r--r--pom.xml2
7 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 6fea02024..1c6772f62 100644
--- a/.classpath
+++ b/.classpath
@@ -34,8 +34,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.8.jar"/>
- <classpathentry kind="lib" path="lib/pdfbox-2.0.8.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/bcmail-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/poi-3.17.jar"/>
diff --git a/build.xml b/build.xml
index 7879e4733..254a15812 100644
--- a/build.xml
+++ b/build.xml
@@ -185,7 +185,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.8.jar" />
+ <pathelement location="${lib}/fontbox-2.0.9.jar" />
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.5.jar" />
@@ -245,7 +245,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.8.jar" />
+ <pathelement location="${lib}/pdfbox-2.0.9.jar" />
<pathelement location="${lib}/poi-3.17.jar" />
<pathelement location="${lib}/poi-scratchpad-3.17.jar" />
<pathelement location="${lib}/slf4j-api-1.7.24.jar" />
diff --git a/lib/fontbox-2.0.8.License b/lib/fontbox-2.0.9.License
index e5e25bbea..e5e25bbea 100644
--- a/lib/fontbox-2.0.8.License
+++ b/lib/fontbox-2.0.9.License
diff --git a/lib/fontbox-2.0.8.jar b/lib/fontbox-2.0.9.jar
index 51da491b0..dd348b1d8 100644
--- a/lib/fontbox-2.0.8.jar
+++ b/lib/fontbox-2.0.9.jar
Binary files differ
diff --git a/lib/pdfbox-2.0.8.License b/lib/pdfbox-2.0.9.License
index 329a3112a..329a3112a 100644
--- a/lib/pdfbox-2.0.8.License
+++ b/lib/pdfbox-2.0.9.License
diff --git a/lib/pdfbox-2.0.8.jar b/lib/pdfbox-2.0.9.jar
index e9c69b138..6912ee8e5 100644
--- a/lib/pdfbox-2.0.8.jar
+++ b/lib/pdfbox-2.0.9.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index f4ffbecb5..8762c08b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -517,7 +517,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>2.0.8</version>
+ <version>2.0.9</version>
<type>jar</type>
</dependency>
<dependency>