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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "bb37052502c1ababaf5f6d4661ddb1bb254e559b"
7+
"sha": "90b062027a9f069ede01cd4677dabf283a225e8e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "ba9918cd22874245b55734f57470c719b577e591"
14+
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
1515
}
1616
}
1717
]
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-tasks</artifactId>
20-
<version>1.30.7</version>
20+
<version>1.30.8</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-tasks:1.30.7'
26+
compile 'com.google.cloud:google-cloud-tasks:1.30.8'
2727
```
2828
If you are using SBT, add this to your dependencies
2929
```Scala
30-
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.7"
30+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.8"
3131
```
3232

3333
## Authentication

0 commit comments

Comments
 (0)