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

rabbah 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 00eda91  Update Scallop to 3.3.2. (#4769)
00eda91 is described below

commit 00eda91dcb4263e6e81d850a4f14430444a291c0
Author: Markus Thömmes <[email protected]>
AuthorDate: Tue Dec 17 04:12:08 2019 +0100

    Update Scallop to 3.3.2. (#4769)
---
 core/standalone/build.gradle | 2 +-
 tools/admin/build.gradle     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/standalone/build.gradle b/core/standalone/build.gradle
index 1dd7dbe..386603f 100644
--- a/core/standalone/build.gradle
+++ b/core/standalone/build.gradle
@@ -149,7 +149,7 @@ install.dependsOn(bootJar)
 dependencies {
     compile project(':core:controller')
     compile project(':tools:admin')
-    compile "org.rogach:scallop_${gradle.scala.depVersion}:3.3.1"
+    compile "org.rogach:scallop_${gradle.scala.depVersion}:3.3.2"
 
     //Tried with 0.16.0 has support for Kafka 0.11.0 
https://github.com/embeddedkafka/embedded-kafka/tree/v0.16.0
     //But that causes class compatability issue die to use of newer client 
version
diff --git a/tools/admin/build.gradle b/tools/admin/build.gradle
index 83e9b26..0f66609 100644
--- a/tools/admin/build.gradle
+++ b/tools/admin/build.gradle
@@ -43,7 +43,7 @@ bootJar {
 
 dependencies {
     compile project(':common:scala')
-    compile "org.rogach:scallop_${gradle.scala.depVersion}:3.1.2"
+    compile "org.rogach:scallop_${gradle.scala.depVersion}:3.3.2"
 }
 
 tasks.withType(ScalaCompile) {

Reply via email to