Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.9 #612

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
πŸ¦‰ Updates from OwlBot
  • Loading branch information
gcf-owl-bot[bot] committed Feb 12, 2022
commit 3c74ec974b67d422768a7d173446ff1df07b074e
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff 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.1.2</version>
<version>2.1.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-tasks:2.1.2'
implementation 'com.google.cloud:google-cloud-tasks:2.1.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.3"
```

## Authentication
Expand Down