You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2018/08/15 17:32:29 UTC

svn commit: r1838119 - /turbine/core/trunk/pom.xml

Author: tv
Date: Wed Aug 15 17:32:29 2018
New Revision: 1838119

URL: http://svn.apache.org/viewvc?rev=1838119&view=rev
Log:
Update dependency commons-configuration to 2.3

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1838119&r1=1838118&r2=1838119&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Wed Aug 15 17:32:29 2018
@@ -846,7 +846,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-configuration2</artifactId>
-      <version>2.2</version>
+      <version>2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>