You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2019/11/07 08:39:23 UTC

[openwhisk] branch master updated: Update swagger plugin and swagger codegen cli (#4714)

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

chetanm 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 7f7c164  Update swagger plugin and swagger codegen cli (#4714)
7f7c164 is described below

commit 7f7c164ec313b40e04c92e092bb8d83ddae60b1c
Author: tysonnorris <tn...@adobe.com>
AuthorDate: Thu Nov 7 00:39:14 2019 -0800

    Update swagger plugin and swagger codegen cli (#4714)
    
    Update the plugin version to get past the build failures
---
 tests/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index 8a8e30d..7a6aae4 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -19,7 +19,7 @@ import org.scoverage.ScoverageReport
 import static groovy.json.JsonOutput.*
 
 plugins {
-    id 'org.hidetake.swagger.generator' version '2.12.0'
+    id 'org.hidetake.swagger.generator' version '2.18.1'
 }
 
 apply plugin: 'scala'
@@ -217,7 +217,7 @@ dependencies {
     compile project(':core:monitoring:user-events')
     compile project(':tools:admin')
 
-    swaggerCodegen 'io.swagger:swagger-codegen-cli:2.3.1'
+    swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.9'
 }
 
 tasks.withType(ScalaCompile) {