This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 2bbea2d Upgrading pdfbox
2bbea2d is described below
commit 2bbea2d99e6a10dea0cca6653ef221331f1075c7
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Dec 3 08:04:10 2018 +0100
Upgrading pdfbox
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ea753c9..019bd2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1326,7 +1326,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>2.0.12</version>
+ <version>2.0.13</version>
</dependency>
<dependency>