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

chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new 0971ba4ec0 [KYUUBI #7046] Bump dropwizard metrics version to 4.2.30
0971ba4ec0 is described below

commit 0971ba4ec06d50809e3b2ce610db34f3275a7796
Author: Wang, Fei <[email protected]>
AuthorDate: Sun Apr 27 15:56:27 2025 +0800

    [KYUUBI #7046] Bump dropwizard metrics version to 4.2.30
    
    ### Why are the changes needed?
    
    Bump to use the latest 4.2.x, seems mainly for dependency upgrading.
    
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.27
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.28
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.29
    - https://github.com/dropwizard/metrics/releases/tag/v4.2.30
    
    ### How was this patch tested?
    
    GA.
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #7046 from turboFei/bump_codahale.
    
    Closes #7046
    
    51d2a5522 [Wang, Fei] Bump codahale metrics version to 4.2.30
    
    Authored-by: Wang, Fei <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 70c03ef998bb695d62202f2378f3a09c5fcdfd83)
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 12 ++++++------
 pom.xml            |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index a9d5849b29..3366f333d6 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -128,12 +128,12 @@ log4j-api/2.20.0//log4j-api-2.20.0.jar
 log4j-core/2.20.0//log4j-core-2.20.0.jar
 log4j-slf4j-impl/2.20.0//log4j-slf4j-impl-2.20.0.jar
 logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
-metrics-annotation/4.2.26//metrics-annotation-4.2.26.jar
-metrics-core/4.2.26//metrics-core-4.2.26.jar
-metrics-jetty9/4.2.26//metrics-jetty9-4.2.26.jar
-metrics-jmx/4.2.26//metrics-jmx-4.2.26.jar
-metrics-json/4.2.26//metrics-json-4.2.26.jar
-metrics-jvm/4.2.26//metrics-jvm-4.2.26.jar
+metrics-annotation/4.2.30//metrics-annotation-4.2.30.jar
+metrics-core/4.2.30//metrics-core-4.2.30.jar
+metrics-jetty9/4.2.30//metrics-jetty9-4.2.30.jar
+metrics-jmx/4.2.30//metrics-jmx-4.2.30.jar
+metrics-json/4.2.30//metrics-json-4.2.30.jar
+metrics-jvm/4.2.30//metrics-jvm-4.2.30.jar
 mimepull/1.9.15//mimepull-1.9.15.jar
 netty-buffer/4.1.108.Final//netty-buffer-4.1.108.Final.jar
 netty-codec-dns/4.1.108.Final//netty-codec-dns-4.1.108.Final.jar
diff --git a/pom.xml b/pom.xml
index 3786a1999e..442ddd1a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <atlas.version>2.3.0</atlas.version>
         <byte-buddy.version>1.14.15</byte-buddy.version>
         <bouncycastle.version>1.78</bouncycastle.version>
-        <codahale.metrics.version>4.2.26</codahale.metrics.version>
+        <codahale.metrics.version>4.2.30</codahale.metrics.version>
         <commons-cli.version>1.5.0</commons-cli.version>
         <commons-codec.version>1.17.1</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>

Reply via email to