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 2022/02/10 03:15:37 UTC

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

Author: tilman
Date: Thu Feb 10 03:15:37 2022
New Revision: 1897927

URL: http://svn.apache.org/viewvc?rev=1897927&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=1897927&r1=1897926&r2=1897927&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Thu Feb 10 03:15:37 2022
@@ -118,7 +118,7 @@
             <dependency>
                 <groupId>info.picocli</groupId>
                 <artifactId>picocli</artifactId>
-                <version>4.6.2</version>
+                <version>4.6.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>