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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-tasks</artifactId>
22-
<version>2.1.2</version>
22+
<version>2.1.3</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-tasks:2.1.2'
29+
implementation 'com.google.cloud:google-cloud-tasks:2.1.3'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.2"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.3"
3636
```
3737

3838
## Authentication
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.sonatype.plugins</groupId>
4848
<artifactId>nexus-staging-maven-plugin</artifactId>
49-
<version>1.6.8</version>
49+
<version>1.6.9</version>
5050
<configuration>
5151
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
5252
</configuration>

0 commit comments

Comments
 (0)