Revert "Upgrade metrics-core to 4.1.14"

This reverts commit 4ef7678d39.

Version 4.1.14 assumes caffeine 2.8.6 [1], but the latter was deemed non
compliant as an upgrade in [2]. Hence revert this upgrade given that non
compliant dependency.

[1] https://github.com/dropwizard/metrics/releases/tag/v4.1.14
[2] https://gerrit-review.googlesource.com/c/gerrit/+/285256

Change-Id: I8e3939d7eef42e1ae5ef9b97acb0b6e8cc714838
This commit is contained in:
Marco Miller
2020-11-17 12:58:07 -05:00
committed by Luca Milanesio
parent b0b473c147
commit d4a98fe03a

View File

@@ -23,8 +23,8 @@ def declare_nongoogle_deps():
maven_jar( maven_jar(
name = "dropwizard-core", name = "dropwizard-core",
artifact = "io.dropwizard.metrics:metrics-core:4.1.14", artifact = "io.dropwizard.metrics:metrics-core:4.1.12.1",
sha1 = "14cf9dd67619a0390812dddb232df339e3383d35", sha1 = "cb2f351bf4463751201f43bb99865235d5ba07ca",
) )
SSHD_VERS = "2.4.0" SSHD_VERS = "2.4.0"