This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "bb37052502c1ababaf5f6d4661ddb1bb254e559b" |
| 7 | +"sha": "90b062027a9f069ede01cd4677dabf283a225e8e" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.com/googleapis/synthtool.git",
|
14 |
| -"sha": "ba9918cd22874245b55734f57470c719b577e591" |
| 14 | +"sha": "39b7149da4026765385403632db3c6f63db96b2c" |
15 | 15 | }
|
16 | 16 | }
|
17 | 17 | ]
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
|
17 | 17 | <dependency>
|
18 | 18 | <groupId>com.google.cloud</groupId>
|
19 | 19 | <artifactId>google-cloud-tasks</artifactId>
|
20 |
| -<version>1.30.7</version> |
| 20 | +<version>1.30.8</version> |
21 | 21 | </dependency>
|
22 | 22 | ```
|
23 | 23 |
|
24 | 24 | If you are using Gradle, add this to your dependencies
|
25 | 25 | ```Groovy
|
26 |
| -compile 'com.google.cloud:google-cloud-tasks:1.30.7' |
| 26 | +compile 'com.google.cloud:google-cloud-tasks:1.30.8' |
27 | 27 | ```
|
28 | 28 | If you are using SBT, add this to your dependencies
|
29 | 29 | ```Scala
|
30 |
| -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.7" |
| 30 | +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.8" |
31 | 31 | ```
|
32 | 32 |
|
33 | 33 | ## Authentication
|
|
You can’t perform that action at this time.
0 commit comments