Author: tilman Date: Thu May 16 07:26:56 2024 New Revision: 1917760 URL: http://svn.apache.org/viewvc?rev=1917760&view=rev Log: PDFBOX-5660: update owasp plugin, commons-logging
Modified: pdfbox/branches/3.0/pom.xml Modified: pdfbox/branches/3.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1917760&r1=1917759&r2=1917760&view=diff ============================================================================== --- pdfbox/branches/3.0/pom.xml (original) +++ pdfbox/branches/3.0/pom.xml Thu May 16 07:26:56 2024 @@ -60,7 +60,7 @@ <jbig2.version>3.0.4</jbig2.version> <jai.version>1.4.0</jai.version> <commons-io.version>2.16.1</commons-io.version> - <commons-logging.version>1.3.1</commons-logging.version> + <commons-logging.version>1.3.2</commons-logging.version> <picocli.version>4.7.6</picocli.version> <log4j2.version>2.22.0</log4j2.version> <!-- This is a default value to avoid problems when running single tests @@ -292,7 +292,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>9.1.0</version> + <version>9.2.0</version> <configuration> <failBuildOnCVSS>0</failBuildOnCVSS> <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->