You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/05/19 12:44:07 UTC

[hop] branch master updated: HOP-3954: downgrade metrics-* dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d6e7c95f23 HOP-3954: downgrade metrics-* dependencies
     new 6a80b382a0 Merge pull request #1491 from hansva/master
d6e7c95f23 is described below

commit d6e7c95f238efa505826aedca2748fbab7cb40e0
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu May 19 14:31:12 2022 +0200

    HOP-3954: downgrade metrics-* dependencies
---
 assemblies/plugins/tech/cassandra/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assemblies/plugins/tech/cassandra/pom.xml b/assemblies/plugins/tech/cassandra/pom.xml
index b89470f4a9..386ba15c4a 100644
--- a/assemblies/plugins/tech/cassandra/pom.xml
+++ b/assemblies/plugins/tech/cassandra/pom.xml
@@ -138,17 +138,17 @@
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-core</artifactId>
-      <version>4.2.9</version>
+      <version>3.1.5</version>
     </dependency>
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-jvm</artifactId>
-      <version>4.2.9</version>
+      <version>3.1.5</version>
     </dependency>
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-logback</artifactId>
-      <version>4.2.9</version>
+      <version>3.1.5</version>
     </dependency>
     <dependency>
       <groupId>com.datastax.cassandra</groupId>