summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-11-23 11:27:11 -0500
committerMarco Miller <marco.miller@ericsson.com>2020-11-23 11:27:11 -0500
commitd642a28c12ae4f1414aa531e720896e8d782e608 (patch)
tree2a6c3028c9039f515209ce94b4cedf5830b1c3a6
parent7bcd79e1835003f48a1d2456207503d44c13376c (diff)
parent2e220ccef1cc6fa810fe6bca75bedcbe34fceaf7 (diff)
Merge branch 'stable-3.2' into stable-3.3
* stable-3.2: Update JGit to 9f3616dcb Revert "Upgrade metrics-core to 4.1.14" Change-Id: Idd3c45927f0cced20a718a303e2bf99a319ec252
-rw-r--r--tools/nongoogle.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index ffd1b68630..459143d153 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"