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 2023/01/30 18:47:46 UTC

svn commit: r1907122 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Mon Jan 30 18:47:46 2023
New Revision: 1907122

URL: http://svn.apache.org/viewvc?rev=1907122&view=rev
Log:
PDFBOX-2602: update picocli

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1907122&r1=1907121&r2=1907122&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Jan 30 18:47:46 2023
@@ -118,7 +118,7 @@
             <dependency>
                 <groupId>info.picocli</groupId>
                 <artifactId>picocli</artifactId>
-                <version>4.7.0</version>
+                <version>4.7.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>