[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 27 18:08:09 EDT 2014


Author: tzeller
Date: Mon Oct 27 18:08:08 2014
New Revision: 304

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=304&view=rev
Log:
Bump ldaptive to 1.0.5, mockito-all to 1.10.8, and unboundid-ldapsdk to 2.3.7.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=304&r1=303&r2=304&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Mon Oct 27 18:08:08 2014
@@ -284,7 +284,7 @@
             <dependency>
                 <groupId>org.ldaptive</groupId>
                 <artifactId>ldaptive</artifactId>
-                <version>1.0.4</version>
+                <version>1.0.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>
@@ -378,13 +378,13 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-all</artifactId>
-                <version>1.10.5</version>
+                <version>1.10.8</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>com.unboundid</groupId>
                 <artifactId>unboundid-ldapsdk</artifactId>
-                <version>2.3.6</version>
+                <version>2.3.7</version>
                 <scope>test</scope>
             </dependency>
             <dependency>



More information about the commits mailing list