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

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


The following commit(s) were added to refs/heads/master by this push:
     new e67e7cd  Increasing some dependency versions
e67e7cd is described below

commit e67e7cdc7c936e2f5c12209a221fcb0aea24f1a7
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon May 24 19:24:31 2021 +0200

    Increasing some dependency versions
---
 .../metadata-store-cassandra/pom.xml                     | 16 ++++++++++++----
 pom.xml                                                  |  4 ++--
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git 
a/archiva-modules/metadata/metadata-store-provider/metadata-store-cassandra/pom.xml
 
b/archiva-modules/metadata/metadata-store-provider/metadata-store-cassandra/pom.xml
index 217dfc2..36bf6a2 100644
--- 
a/archiva-modules/metadata/metadata-store-provider/metadata-store-cassandra/pom.xml
+++ 
b/archiva-modules/metadata/metadata-store-provider/metadata-store-cassandra/pom.xml
@@ -161,8 +161,10 @@
           <groupId>com.fasterxml.jackson.core</groupId>
           <artifactId>jackson-core</artifactId>
         </exclusion>
-
-
+        <exclusion>
+          <groupId>com.addthis.metrics</groupId>
+          <artifactId>reporter-config3</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -204,6 +206,7 @@
           </exclusion>
       </exclusions>
     </dependency>
+    <!-- Transient dependencies of cassandra that are selected to use a higher 
version -->
     <dependency>
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>
@@ -215,6 +218,11 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.mindrot</groupId>
+      <artifactId>jbcrypt</artifactId>
+      <version>0.4</version>
+    </dependency>
     <!--
     <dependency>
       <groupId>org.codehaus.jackson</groupId>
@@ -245,6 +253,7 @@
       <artifactId>jboss-logging</artifactId>
     </dependency>
     <!-- Dependency of cassandra -> replacing by new version -->
+<!--
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
@@ -256,8 +265,7 @@
         </exclusion>
       </exclusions>
     </dependency>
-
-
+-->
     <!-- TEST Scope -->
     <dependency>
       <groupId>org.apache.archiva</groupId>
diff --git a/pom.xml b/pom.xml
index 9b1f01c..b88d7a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,8 +83,8 @@
     <metrics-core.version>3.1.0</metrics-core.version>
 
     <derbyVersion>10.13.1.1</derbyVersion>
-    <httpclient.version>4.5.2</httpclient.version>
-    <httpclient.core.version>4.4.4</httpclient.core.version>
+    <httpclient.version>4.5.13</httpclient.version>
+    <httpclient.core.version>4.4.14</httpclient.core.version>
 
     <openjpaVersion>3.1.1</openjpaVersion>
 

Reply via email to