You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/05 06:57:41 UTC

[cloudstack] branch master updated: maven: update dependencies (#3928)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cb34de  maven: update dependencies (#3928)
2cb34de is described below

commit 2cb34de741270ae98eba663b457995d33427008c
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Thu Mar 5 12:27:30 2020 +0530

    maven: update dependencies (#3928)
    
    Updates few maven dependencies
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 plugins/user-authenticators/ldap/pom.xml | 2 +-
 pom.xml                                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml
index b46e3c7..c1db2e3 100644
--- a/plugins/user-authenticators/ldap/pom.xml
+++ b/plugins/user-authenticators/ldap/pom.xml
@@ -35,7 +35,7 @@
         <ldapunit.version>1.1.3</ldapunit.version>
         <groovy.version>1.1-groovy-2.4</groovy.version>
         <zapdot.version>0.7</zapdot.version>
-        <unboundedid.version>4.0.4</unboundedid.version>
+        <unboundedid.version>4.0.14</unboundedid.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 32d925f..3006dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <cs.selenium-java-client-driver.version>1.0.1</cs.selenium-java-client-driver.version>
         <cs.testng.version>7.1.0</cs.testng.version>
         <cs.wiremock.version>2.11.0</cs.wiremock.version>
-        <cs.xercesImpl.version>2.11.0</cs.xercesImpl.version>
+        <cs.xercesImpl.version>2.12.0</cs.xercesImpl.version>
 
         <!-- Dependencies versions -->
         <cs.amqp-client.version>5.8.0</cs.amqp-client.version>
@@ -130,7 +130,7 @@
         <cs.httpclient.version>4.5.11</cs.httpclient.version>
         <cs.httpcore.version>4.4.13</cs.httpcore.version>
         <cs.influxdb-java.version>2.17</cs.influxdb-java.version>
-        <cs.jackson.version>2.9.6</cs.jackson.version>
+        <cs.jackson.version>2.9.10</cs.jackson.version>
         <cs.jasypt.version>1.9.3</cs.jasypt.version>
         <cs.java-ipv6.version>0.17</cs.java-ipv6.version>
         <cs.javassist.version>3.26.0-GA</cs.javassist.version>