summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.mmiller@gmail.com>2020-11-22 23:34:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-22 23:34:42 +0000
commit2e220ccef1cc6fa810fe6bca75bedcbe34fceaf7 (patch)
tree1320a0a1b41d86e3061a5c525429933eda01def3
parentbb9ea229fbc10fbe37658ae4b68e723d3095120a (diff)
parentd4a98fe03a0b83d7f199fdddc4ccd842ac7ac599 (diff)
Merge "Revert "Upgrade metrics-core to 4.1.14"" into stable-3.2
-rw-r--r--tools/nongoogle.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 9d59a1063a..0fc03ff57a 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -23,8 +23,8 @@ def declare_nongoogle_deps():
maven_jar(
name = "dropwizard-core",
- artifact = "io.dropwizard.metrics:metrics-core:4.1.14",
- sha1 = "14cf9dd67619a0390812dddb232df339e3383d35",
+ artifact = "io.dropwizard.metrics:metrics-core:4.1.12.1",
+ sha1 = "cb2f351bf4463751201f43bb99865235d5ba07ca",
)
SSHD_VERS = "2.4.0"