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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Merge branch 'main' into owl-bot-update-lock-7a9a7eb50ca2af5bfffab3ab…
…d2f38d408735c990a74bacf9b7fde2af0a086a0b
  • Loading branch information
@blakeli0
blakeli0 authoredAug 5, 2022
commit b09ef949001483e89c6e10bfcab1fde666af8884
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tasks</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-tasks:2.3.4'
implementation 'com.google.cloud:google-cloud-tasks:2.3.5'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.4"
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.5"
```

## Authentication
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.