Skip to content

Commit b83bfe7

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-tasks to v1.30.1 (GoogleCloudPlatform#3518)
1 parent 4e1c3a5 commit b83bfe7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine-java8/tasks/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Copyright 2019 Google LLC
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>
5252
<artifactId>google-cloud-tasks</artifactId>
53-
<version>1.30.0</version>
53+
<version>1.30.1</version>
5454
</dependency>
5555

5656
<!-- Test Dependencies -->

appengine-java8/tasks/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Copyright 2018 Google LLC
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-tasks</artifactId>
55-
<version>1.30.0</version>
55+
<version>1.30.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>commons-cli</groupId>

appengine-java8/tasks/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Copyright 2019 Google LLC
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-tasks</artifactId>
47-
<version>1.30.0</version>
47+
<version>1.30.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.protobuf</groupId>

tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Copyright 2018 Google LLC
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-tasks</artifactId>
46-
<version>1.30.0</version>
46+
<version>1.30.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)