You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/06/18 13:23:25 UTC

svn commit: r1686189 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Thu Jun 18 11:23:25 2015
New Revision: 1686189

URL: http://svn.apache.org/r1686189
Log:
 - updating dependency versions
 - version checker plugin

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1686189&r1=1686188&r2=1686189&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Thu Jun 18 11:23:25 2015
@@ -41,8 +41,8 @@
     <mojarra20.version>2.0.11</mojarra20.version>
     <mojarra21.version>2.1.28</mojarra21.version>
     <mojarra22.version>2.2.6</mojarra22.version>
-    <slf4j.version>1.7.7</slf4j.version>
-    <logback.version>1.1.1</logback.version>
+    <slf4j.version>1.7.12</slf4j.version>
+    <logback.version>1.1.3</logback.version>
     <commons-collection.version>3.2.1</commons-collection.version>
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
@@ -455,7 +455,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.8.3</version>
+        <version>1.9.2</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
@@ -470,7 +470,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.4</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
@@ -494,7 +494,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.7.3</version>
+        <version>1.8.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.test</groupId>
@@ -943,6 +943,11 @@
           <artifactId>animal-sniffer-maven-plugin</artifactId>
           <version>1.14</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>