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

Commit 49207fa

Browse files
chore: regenerate README (#252)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-08 23:38:06,158 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-08 23:38:07,100 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/c5f7d3ef-931b-43cc-b66d-f8383c9b6faf/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 707d50a commit 49207fa

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/java-tasks.git",
7+
"sha": "0188fcc16b46aeb3913ee265a2b2b828dcf1b01f"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "b6164c26a111f7f587099d31253abb96b5737bb2"
15+
}
16+
}
17+
]
18+
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>10.1.0</version>
20+
<version>12.0.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-tasks</artifactId>
41-
<version>1.30.1</version>
41+
<version>1.30.4</version>
4242
</dependency>
4343

4444
```

0 commit comments

Comments
 (0)