This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 379083101 [KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
379083101 is described below
commit 3790831011a0af6043d73979453b08e4bf804b6e
Author: avishnus <[email protected]>
AuthorDate: Thu Jul 4 22:38:34 2024 +0800
[KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
# :mag: Description
## Issue References ๐
This pull request fixes #6515
## Describe Your Solution ๐ง
Bumped up dropwizard metrics from 4.2.23 to 4.2.26
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6527 from avishnus/metrics.
Closes #6515
253036ca3 [avishnus] Bumping up dropwizard metrics to 4.2.26
Authored-by: avishnus <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 84f2cf3c5a03714197f95f503f424f9145c182ff)
Signed-off-by: Cheng Pan <[email protected]>
---
dev/dependencyList | 8 ++++----
pom.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev/dependencyList b/dev/dependencyList
index 69bfd2de5..db6b65429 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -128,10 +128,10 @@ 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
lz4-java/1.8.0//lz4-java-1.8.0.jar
-metrics-core/4.2.23//metrics-core-4.2.23.jar
-metrics-jmx/4.2.23//metrics-jmx-4.2.23.jar
-metrics-json/4.2.23//metrics-json-4.2.23.jar
-metrics-jvm/4.2.23//metrics-jvm-4.2.23.jar
+metrics-core/4.2.26//metrics-core-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
mimepull/1.9.15//mimepull-1.9.15.jar
netty-buffer/4.1.100.Final//netty-buffer-4.1.100.Final.jar
netty-codec-dns/4.1.100.Final//netty-codec-dns-4.1.100.Final.jar
diff --git a/pom.xml b/pom.xml
index c900617c0..cf81fe57f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,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.23</codahale.metrics.version>
+ <codahale.metrics.version>4.2.26</codahale.metrics.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.version>