Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Update Google Storage Dependency (#22)
Browse files Browse the repository at this point in the history
* gitignores

* update google cloud storage dependency
  • Loading branch information
Guillaume-Mayer authored and gkatzioura committed Jan 19, 2019
1 parent 893d11b commit 854481c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -88,4 +88,9 @@ crashlytics-build.properties
fabric.properties

.idea
*.iml
*.iml

# VSCode / Eclipse
.settings/
.project
.classpath
2 changes: 1 addition & 1 deletion GoogleStorageWagon/pom.xml
Expand Up @@ -11,7 +11,7 @@
<description>Google Cloud storage wagon</description>

<properties>
<gcs.version>1.20.0</gcs.version>
<gcs.version>1.56.0</gcs.version>
</properties>

<licenses>
Expand Down

0 comments on commit 854481c

Please sign in to comment.