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

3838
## Authentication
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.junit.vintage</groupId>
8585
<artifactId>junit-vintage-engine</artifactId>
86-
<version>5.8.2</version>
86+
<version>5.9.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.graalvm.buildtools</groupId>

0 commit comments

Comments
 (0)