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.5</version>
22+
<version>2.1.6</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.5'
29+
implementation 'com.google.cloud:google-cloud-tasks:2.1.6'
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.5"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.6"
3636
```
3737

3838
## Authentication
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<!-- TODO: remove this when it's no longer needed -->
8585
<groupId>com.google.cloud</groupId>
8686
<artifactId>native-image-support</artifactId>
87-
<version>0.12.7</version>
87+
<version>0.12.8</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.junit.vintage</groupId>

0 commit comments

Comments
 (0)