Author: tilman
Date: Sun Oct 8 07:33:34 2023
New Revision: 1912807
URL: http://svn.apache.org/viewvc?rev=1912807&view=rev
Log:
PDFBOX-5660: update commons-net
Modified:
pdfbox/branches/3.0/examples/pom.xml
Modified: pdfbox/branches/3.0/examples/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/examples/pom.xml?rev=1912807&r1=1912806&r2=1912807&view=diff
==============================================================================
--- pdfbox/branches/3.0/examples/pom.xml (original)
+++ pdfbox/branches/3.0/examples/pom.xml Sun Oct 8 07:33:34 2023
@@ -101,7 +101,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.9.0</version>
+ <version>3.10.0</version>
<scope>test</scope>
</dependency>
<dependency>