You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/07/07 12:55:51 UTC

svn commit: r1902523 - in /jackrabbit/branches/2.16: ./ jackrabbit-standalone/pom.xml

Author: reschke
Date: Thu Jul  7 12:55:51 2022
New Revision: 1902523

URL: http://svn.apache.org/viewvc?rev=1902523&view=rev
Log:
JCR-4736: Update commons-cli dependency to 1.5 (merged r1894690 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-standalone/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1894690

Modified: jackrabbit/branches/2.16/jackrabbit-standalone/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-standalone/pom.xml?rev=1902523&r1=1902522&r2=1902523&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-standalone/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-standalone/pom.xml Thu Jul  7 12:55:51 2022
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.4</version>
+      <version>1.5.0</version>
     </dependency>
     <dependency>
       <groupId>commons-chain</groupId>