You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ir...@apache.org on 2020/08/28 16:12:33 UTC

[ignite] branch master updated: IGNITE-13387 Update ignite-gce dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 426866c  IGNITE-13387 Update ignite-gce dependencies
426866c is described below

commit 426866c618f0286fae2d41f9fb0d2e0b7495ae94
Author: mstepachev <ma...@gmail.com>
AuthorDate: Fri Aug 28 19:11:15 2020 +0300

    IGNITE-13387 Update ignite-gce dependencies
    
    Signed-off-by: Ivan Rakov <iv...@gmail.com>
---
 modules/gce/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gce/pom.xml b/modules/gce/pom.xml
index 4725061..9098569 100644
--- a/modules/gce/pom.xml
+++ b/modules/gce/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>com.google.api-client</groupId>
             <artifactId>google-api-client</artifactId>
-            <version>1.22.0</version>
+            <version>1.30.10</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-codec</groupId>