8000 Auto-update dependencies. (#1007) · ItsMeRakesh/java-docs-samples@d60462f · GitHub
[go: up one dir, main page]

Skip to content

Commit d60462f

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1007)
1 parent e55064c commit d60462f

File tree

15 files changed

+19
-19
lines changed
  • iap
  • spanner/cloud-client
  • storage/xml-api/serviceaccount-appengine-sample
  • vision
  • 15 files changed

    +19
    -19
    lines changed

    appengine-java8/cloudsql-postgres/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -72,7 +72,7 @@
    7272
    <dependency>
    7373
    <groupId>org.postgresql</groupId>
    7474
    <artifactId>postgresql</artifactId>
    75-
    <version>42.2.0</version>
    75+
    <version>42.2.1</version>
    7676
    </dependency>
    7777

    7878
    <dependency>

    appengine-java8/firebase-event-proxy/pom.xml

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -68,12 +68,12 @@
    6868
    <dependency>
    6969
    <groupId>com.fasterxml.jackson.core</groupId>
    7070
    <artifactId>jackson-core</artifactId>
    71-
    <version>2.9.3</version>
    71+
    <version>2.9.4</version>
    7272
    </dependency>
    7373
    <dependency>
    7474
    <groupId>com.fasterxml.jackson.core</groupId>
    7575
    <artifactId>jackson-databind</artifactId>
    76-
    <version>2.9.3</version>
    76+
    <version>2.9.4</version>
    7777
    </dependency>
    7878

    7979
    <!-- Test Dependencies -->

    appengine-java8/translate-pubsub/pom.xml

    Lines changed: 3 additions & 3 deletions
    Original file line numberDiff line numberDiff line change
    @@ -49,17 +49,17 @@
    4949
    <dependency>
    5050
    <groupId>com.google.cloud</groupId>
    5151
    <artifactId>google-cloud-pubsub</artifactId>
    52-
    <version>0.32.0-beta</version>
    52+
    <version>0.33.0-beta</version>
    5353
    </dependency>
    5454
    <dependency>
    5555
    <groupId>com.google.cloud</groupId>
    5656
    <artifactId>google-cloud-datastore</artifactId>
    57-
    <version>1.12.0</version>
    57+
    <version>1.15.0</version>
    5858
    </dependency>
    5959
    <dependency>
    6060
    <groupId>com.google.cloud</groupId>
    6161
    <artifactId>google-cloud-translate</artifactId>
    62-
    <version>1.14.0</version>
    62+
    <version>1.15.0</version>
    6363
    </dependency>
    6464
    <!-- [END dependencies] -->
    6565
    </dependencies>

    appengine/firebase-event-proxy/gae-firebase-event-proxy/pom.xml

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -70,12 +70,12 @@
    7070
    <dependency>
    7171
    <groupId>com.fasterxml.jackson.core</groupId>
    7272
    <artifactId>jackson-core</artifactId>
    73-
    <version>2.9.3</version>
    73+
    <version>2.9.4</version>
    7474
    </dependency>
    7575
    <dependency>
    7676
    <groupId>com.fasterxml.jackson.core</groupId>
    7777
    <artifactId>jackson-databind</artifactId>
    78-
    <version>2.9.3</version>
    78+
    <version>2.9.4</version>
    7979
    </dependency>
    8080

    8181
    <!-- Test Dependencies -->

    appengine/pusher-chat/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -50,7 +50,7 @@ Copyright 2017 Google Inc.
    5050
    <dependency>
    5151
    <groupId>com.fasterxml.jackson.core</groupId>
    5252
    <artifactId>jackson-databind</artifactId>
    53-
    <version>2.9.3</version>
    53+
    <version>2.9.4</version>
    5454
    </dependency>
    5555
    <dependency>
    5656
    <groupId>javax.servlet</groupId>

    cloud-tasks/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -39,7 +39,7 @@
    3939
    <dependency>
    4040
    <groupId>com.google.apis</groupId>
    4141
    <artifactId>google-api-services-cloudtasks</artifactId>
    42-
    <version>v2beta2-rev35-1.23.0</version>
    42+
    <version>v2beta2-rev36-1.23.0</version>
    4343
    </dependency>
    4444
    <dependency>
    4545
    <groupId>com.google.api-client</groupId>

    flexible/cloud-tasks/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -46,7 +46,7 @@
    4646
    <dependency>
    4747
    <groupId>com.google.apis</groupId>
    4848
    <artifactId>google-api-services-cloudtasks</artifactId>
    49-
    <version>v2beta2-rev35-1.23.0</version>
    49+
    <version>v2beta2-rev36-1.23.0</version>
    5050
    </dependency>
    5151
    <dependency>
    5252
    <groupId>com.google.appengine</groupId>

    flexible/postgres/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -79,7 +79,7 @@
    7979
    <dependency>
    8080
    <groupId>org.postgresql</groupId>
    8181
    <artifactId>postgresql</artifactId>
    82-
    <version>42.2.0</version>
    82+
    <version>42.2.1</version>
    8383
    </dependency>
    8484

    8585
    <dependency>

    iap/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -43,7 +43,7 @@
    4343
    <dependency>
    4444
    <groupId>com.fasterxml.jackson.core</groupId>
    4545
    <artifactId>jackson-core</artifactId>
    46-
    <version>2.9.3</version>
    46+
    <version>2.9.4</version>
    4747
    </dependency>
    4848
    </dependencies>
    4949
    </dependencyManagement>

    spanner/cloud-client/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -33,7 +33,7 @@ limitations under the License.
    3333
    <maven.compiler.target>1.8</maven.compiler.target>
    3434
    <maven.compiler.source>1.8</maven.compiler.source>
    3535
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    36-
    <opencensus.version>0.11.0</opencensus.version>
    36+
    <opencensus.version>0.11.1</opencensus.version>
    3737
    </properties>
    3838

    3939
    <dependencies>

    storage/xml-api/serviceaccount-appengine-sample/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -112,7 +112,7 @@
    112112
    <dependency>
    113113
    <groupId>com.google.appengine</groupId>
    114114
    <artifactId>appengine-api-1.0-sdk</artifactId>
    115-
    <version>1.9.59</version>
    115+
    <version>1.9.60</version>
    116116
    </dependency>
    117117

    118118
    <dependency>

    vision/face-detection/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -41,7 +41,7 @@
    4141
    <dependency>
    4242
    <groupId>com.google.apis</groupId>
    4343
    <artifactId>google-api-services-vision</artifactId>
    44-
    <version>v1-rev368-1.23.0</version>
    44+
    <version>v1-rev369-1.23.0</version>
    4545
    </dependency>
    4646
    <dependency>
    4747
    <groupId>com.google.api-client</groupId>

    vision/label/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -40,7 +40,7 @@
    4040
    <dependency>
    4141
    <groupId>com.google.apis</groupId>
    4242
    <artifactId>google-api-services-vision</artifactId>
    43-
    <version>v1-rev368-1.23.0</version>
    43+
    <version>v1-rev369-1.23.0</version>
    4444
    </dependency>
    4545
    <dependency>
    4646
    <groupId>com.google.api-client</groupId>

    vision/landmark-detection/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -40,7 +40,7 @@
    4040
    <dependency>
    4141
    <groupId>com.google.apis</groupId>
    4242
    <artifactId>google-api-services-vision</artifactId>
    43-
    <version>v1-rev368-1.23.0</version>
    43+
    <version>v1-rev369-1.23.0</version>
    4444
    </dependency>
    4545
    <dependency>
    4646
    <groupId>com.google.api-client</groupId>

    vision/text/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -40,7 +40,7 @@
    4040
    <dependency>
    4141
    <groupId>com.google.apis</groupId>
    4242
    <artifactId>google-api-services-vision</artifactId>
    43-
    <version>v1-rev368-1.23.0</version>
    43+
    <version>v1-rev369-1.23.0</version>
    4444
    </dependency>
    4545
    <dependency>
    4646
    <groupId>com.google.api-client</groupId>

    0 commit comments

    Comments
     (0)
    0