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

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


The following commit(s) were added to refs/heads/master by this push:
     new 538a248  Update version of whisk modules (#1067)
538a248 is described below

commit 538a248d69ac8a1db3a1d8e2162029a6a76549e7
Author: 김건희 <[email protected]>
AuthorDate: Tue Aug 20 21:46:19 2019 +0900

    Update version of whisk modules (#1067)
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 0a60d48..bc5c8d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,8 +62,8 @@ dependencies {
         build(['name':'github.com/nicksnyder/go-i18n/i18n/bundle', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
         build(['name':'github.com/nicksnyder/go-i18n/i18n/language', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
         build(['name':'github.com/nicksnyder/go-i18n/i18n/translation', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
-        build(['name':'github.com/apache/openwhisk-client-go/whisk', 
'version':'7862108c109b7f1bbb47d66edb0a35d4a3c080a7', 'transitive':false])
-        build(['name':'github.com/apache/openwhisk-client-go/wski18n', 
'version':'7862108c109b7f1bbb47d66edb0a35d4a3c080a7', 'transitive':false])
+        build(['name':'github.com/apache/openwhisk-client-go/whisk', 
'version':'d8ccb1442651beee6a9245913e3ca0cb182888b1', 'transitive':false])
+        build(['name':'github.com/apache/openwhisk-client-go/wski18n', 
'version':'d8ccb1442651beee6a9245913e3ca0cb182888b1', 'transitive':false])
         build(['name':'github.com/pelletier/go-buffruneio', 
'version':'df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d', 'transitive':false])
         build(['name':'github.com/pelletier/go-toml', 
'version':'45932ad32dfdd20826f5671da37a5f3ce9f26a8d', 'transitive':false])
         build(['name':'github.com/spf13/afero', 
'version':'06b7e5f50606ecd49148a01a6008942d9b669217', 'transitive':false])

Reply via email to