Dependency updates (#23852)
- Scala 2.12.3 -> 2.12.4 - gson 2.8.1 -> 2.8.2 - metrics-core 3.2.4 -> 3.2.5 - metrics-jvm 3.2.4 -> 3.2.5 - HdrHistogram 2.1.9 -> 2.1.10
This commit is contained in:
parent
9c119b321a
commit
2f2fdd0264
1 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ object Dependencies {
|
||||||
val aeronClient = "io.aeron" % "aeron-client" % aeronVersion // ApacheV2
|
val aeronClient = "io.aeron" % "aeron-client" % aeronVersion // ApacheV2
|
||||||
object Docs {
|
object Docs {
|
||||||
val sprayJson = "io.spray" %% "spray-json" % "1.3.3" % "test"
|
val sprayJson = "io.spray" %% "spray-json" % "1.3.3" % "test"
|
||||||
val gson = "com.google.code.gson" % "gson" % "2.8.1" % "test"
|
val gson = "com.google.code.gson" % "gson" % "2.8.2" % "test"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Test {
|
object Test {
|
||||||
|
|
@ -97,10 +97,10 @@ object Dependencies {
|
||||||
val jimfs = "com.google.jimfs" % "jimfs" % "1.1" % "test" // ApacheV2
|
val jimfs = "com.google.jimfs" % "jimfs" % "1.1" % "test" // ApacheV2
|
||||||
|
|
||||||
// metrics, measurements, perf testing
|
// metrics, measurements, perf testing
|
||||||
val metrics = "io.dropwizard.metrics" % "metrics-core" % "3.2.4" % "test" // ApacheV2
|
val metrics = "io.dropwizard.metrics" % "metrics-core" % "3.2.5" % "test" // ApacheV2
|
||||||
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "3.2.4" % "test" // ApacheV2
|
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "3.2.5" % "test" // ApacheV2
|
||||||
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "1.0.5" % "test" // Free BSD
|
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "1.0.5" % "test" // Free BSD
|
||||||
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.9" % "test" // CC0
|
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.10" % "test" // CC0
|
||||||
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
|
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
|
||||||
|
|
||||||
// sigar logging
|
// sigar logging
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue