This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit e6349b065f6eba8997877eda758838791ff898bd Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 15:23:13 2018 +0200 Update PDFbox and imageio plugins version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cbee2f26..8c84bccc 100644 --- a/pom.xml +++ b/pom.xml @@ -759,7 +759,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.9</version> + <version>2.0.11</version> </dependency> <dependency> @@ -783,13 +783,13 @@ <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> - <version>3.0.2</version> + <version>3.4.1</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.