You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/02/11 08:36:03 UTC

[iotdb] branch master updated: Bump metrics.version from 4.2.4 to 4.2.7 (#5007)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4beb397  Bump metrics.version from 4.2.4 to 4.2.7 (#5007)
4beb397 is described below

commit 4beb397d9b301036a98f96d66fed406ae160bfb9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 11 16:35:27 2022 +0800

    Bump metrics.version from 4.2.4 to 4.2.7 (#5007)
    
    * Bump metrics.version from 4.2.4 to 4.2.7
    
    Bumps `metrics.version` from 4.2.4 to 4.2.7.
    
    Updates `metrics-core` from 4.2.4 to 4.2.7
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.4...v4.2.7)
    
    Updates `metrics-jvm` from 4.2.4 to 4.2.7
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.4...v4.2.7)
    
    Updates `metrics-json` from 4.2.4 to 4.2.7
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.4...v4.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Haonan <hh...@outlook.com>
---
 metrics/dropwizard-metrics/pom.xml | 2 +-
 metrics/micrometer-metrics/pom.xml | 2 +-
 pom.xml                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metrics/dropwizard-metrics/pom.xml b/metrics/dropwizard-metrics/pom.xml
index 2d50f67..4750ea0 100644
--- a/metrics/dropwizard-metrics/pom.xml
+++ b/metrics/dropwizard-metrics/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-jvm</artifactId>
-            <version>4.1.2</version>
+            <version>${metrics.version}</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
diff --git a/metrics/micrometer-metrics/pom.xml b/metrics/micrometer-metrics/pom.xml
index 2108ce5..f810d90 100644
--- a/metrics/micrometer-metrics/pom.xml
+++ b/metrics/micrometer-metrics/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.1.2</version>
+            <version>${metrics.version}</version>
         </dependency>
         <dependency>
             <groupId>io.projectreactor.netty</groupId>
diff --git a/pom.xml b/pom.xml
index 82405cb..a358dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <guava.version>24.1.1</guava.version>
         <jline.version>3.21.0</jline.version>
         <jetty.version>9.4.35.v20201120</jetty.version>
-        <metrics.version>4.2.4</metrics.version>
+        <metrics.version>4.2.7</metrics.version>
         <javax.xml.bind.version>2.4.0-b180830.0359</javax.xml.bind.version>
         <felix.version>5.1.1</felix.version>
         <snappy.version>1.1.8.4</snappy.version>