This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Update region tag
  • Loading branch information
@averikitsch
averikitsch authoredOct 21, 2020
commit 88227398701ae9e15ed38716f91a83538df6cdad
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,13 +25,13 @@


<dependencies>
<!-- [START cloudtasks_install_without_bom] -->
<!-- [START cloud_tasks_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tasks</artifactId>
<version>1.30.4</version>
</dependency>
<!-- [END cloudtasks_install_without_bom] -->
<!-- [END cloud_tasks_install_without_bom] -->

<dependency>
<groupId>junit</groupId>
Expand Down