This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 51e1270 MINOR: Update dropwizard library to 4.1.12.1 (#10982)
51e1270 is described below
commit 51e12703b003939135846a28904db05f82425fc3
Author: Ron Dagostino <[email protected]>
AuthorDate: Thu Jul 8 14:00:46 2021 -0400
MINOR: Update dropwizard library to 4.1.12.1 (#10982)
Reviewers: Colin P. McCabe <[email protected]>, Luke Chen
<[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 58f9963..841acf3 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -61,7 +61,7 @@ versions += [
bcpkix: "1.66",
checkstyle: "8.36.2",
commonsCli: "1.4",
- dropwizardMetrics: "3.2.5",
+ dropwizardMetrics: "4.1.12.1",
gradle: "7.1.1",
grgit: "4.1.0",
httpclient: "4.5.13",