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
The following commit(s) were added to refs/heads/master by this push: new b6ce7d7 PDFBOX-5660: update owasp plugin new a167f18 Merge branch 'master' of https://gitbox.apache.org/repos/asf/pdfbox-jbig2 b6ce7d7 is described below commit b6ce7d70cc0a5c49246bae9c17db146d3c37ef5c Author: Tilman Hausherr <til...@snafu.de> AuthorDate: Wed Jul 3 05:25:53 2024 +0200 PDFBOX-5660: update owasp plugin --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80cc52d..24e444c 100644 --- a/pom.xml +++ b/pom.xml @@ -389,7 +389,8 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>10.0.0</version> + <version>10.0.1</version> + <configuration> <failBuildOnCVSS>0</failBuildOnCVSS> </configuration>