| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7dea2ee commit 7f39607
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: | |||
| 19 | 19 | <dependency> | |
| 20 | 20 | <groupId>com.google.cloud</groupId> | |
| 21 | 21 | <artifactId>google-cloud-tasks</artifactId> | |
| 22 | - <version>2.3.11</version> | ||
| 22 | + <version>2.3.12</version> | ||
| 23 | 23 | </dependency> | |
| 24 | 24 | ``` | |
| 25 | 25 | ||
| 26 | 26 | If you are using Gradle without BOM, add this to your dependencies: | |
| 27 | 27 | ||
| 28 | 28 | ```Groovy | |
| 29 | - implementation 'com.google.cloud:google-cloud-tasks:2.3.11' | ||
| 29 | + implementation 'com.google.cloud:google-cloud-tasks:2.3.12' | ||
| 30 | 30 | ``` | |
| 31 | 31 | ||
| 32 | 32 | If you are using SBT, add this to your dependencies: | |
| 33 | 33 | ||
| 34 | 34 | ```Scala | |
| 35 | - libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.11" | ||
| 35 | + libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.12" | ||
| 36 | 36 | ``` | |
| 37 | 37 | ||
| 38 | 38 | ## Authentication | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | <dependency> | |
| 30 | 30 | <groupId>com.google.cloud</groupId> | |
| 31 | 31 | <artifactId>google-cloud-tasks</artifactId> | |
| 32 | - <version>2.3.11</version> | ||
| 32 | + <version>2.3.12</version> | ||
| 33 | 33 | </dependency> | |
| 34 | 34 | <!-- [END cloud_tasks_install_without_bom] --> | |
| 35 | 35 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | <dependency> | |
| 29 | 29 | <groupId>com.google.cloud</groupId> | |
| 30 | 30 | <artifactId>google-cloud-tasks</artifactId> | |
| 31 | - <version>2.3.11</version> | ||
| 31 | + <version>2.3.12</version> | ||
| 32 | 32 | </dependency> | |
| 33 | 33 | ||
| 34 | 34 | <dependency> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments