You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2018/10/03 15:46:41 UTC

svn commit: r1842733 - /turbine/fulcrum/trunk/configuration/impl/pom.xml

Author: painter
Date: Wed Oct  3 15:46:41 2018
New Revision: 1842733

URL: http://svn.apache.org/viewvc?rev=1842733&view=rev
Log:
bump to snapshot and update dependencies

Modified:
    turbine/fulcrum/trunk/configuration/impl/pom.xml

Modified: turbine/fulcrum/trunk/configuration/impl/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/configuration/impl/pom.xml?rev=1842733&r1=1842732&r2=1842733&view=diff
==============================================================================
--- turbine/fulcrum/trunk/configuration/impl/pom.xml (original)
+++ turbine/fulcrum/trunk/configuration/impl/pom.xml Wed Oct  3 15:46:41 2018
@@ -90,13 +90,13 @@
     <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.8.3</version>
+        <version>1.9.3</version>
         <scope>runtime</scope>
     </dependency>
     <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
         <scope>runtime</scope>
     </dependency>
     
@@ -104,13 +104,13 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.8-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>