You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2020/03/28 16:34:16 UTC

[pdfbox-jbig2] 02/02: PDFBOX-4071: update rat plugin

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git

commit e28baa37706e5762ca181403c5728ec777b9c9f6
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 28 17:33:59 2020 +0100

    PDFBOX-4071: update rat plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97f0e3d..3e05a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
 				<plugin>
 					<groupId>org.apache.rat</groupId>
 					<artifactId>apache-rat-plugin</artifactId>
-					<version>0.11</version>
+					<version>0.13</version>
 					<configuration>
 						<excludes>
 							<exclude>src/test/resources/images/*</exclude>