This is an automated email from the ASF dual-hosted git repository.

dragos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new a201e02  Updated Kamon bundle dependencies to 2.1.12 version (#5085)
a201e02 is described below

commit a201e02bfd0949f40fd12cf0b8c94b9c17956def
Author: Yevhen Sentiabov <[email protected]>
AuthorDate: Mon Apr 19 18:28:46 2021 -0500

    Updated Kamon bundle dependencies to 2.1.12 version (#5085)
---
 common/scala/build.gradle | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index ffd7480..8211f55 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -60,15 +60,15 @@ dependencies {
     compile "io.fabric8:kubernetes-client:${gradle.kube_client.version}"
 
     //metrics
-    compile ("io.kamon:kamon-core_${gradle.scala.depVersion}:2.0.3") {
+    compile ("io.kamon:kamon-core_${gradle.scala.depVersion}:2.1.12") {
         exclude group: 'com.lihaoyi'
     }
-    compile "io.kamon:kamon-statsd_${gradle.scala.depVersion}:2.0.0"
-    compile ("io.kamon:kamon-system-metrics_${gradle.scala.depVersion}:2.0.1") 
{
+    compile "io.kamon:kamon-statsd_${gradle.scala.depVersion}:2.1.12"
+    compile 
("io.kamon:kamon-system-metrics_${gradle.scala.depVersion}:2.1.12") {
         exclude group: 'io.kamon', module: 'sigar-loader'
     }
-    compile "io.kamon:kamon-prometheus_${gradle.scala.depVersion}:2.0.1"
-    compile "io.kamon:kamon-datadog_${gradle.scala.depVersion}:2.0.1"
+    compile "io.kamon:kamon-prometheus_${gradle.scala.depVersion}:2.1.12"
+    compile "io.kamon:kamon-datadog_${gradle.scala.depVersion}:2.1.12"
 
     //for mesos
     compile "com.adobe.api.platform.runtime:mesos-actor:0.0.17"

Reply via email to