Skip to content

Commit eda9aa9

Browse files
chore: regenerate README (#651)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 22:16:28,735 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 22:16:29,827 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/24438702-2523-4134-bb6a-7b7775e15ccf/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 8e08ef5 commit eda9aa9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging.git",
7-
"sha": "1aa7f4d681d9dfe21f12a8094bed4c26d60a1115"
7+
"sha": "f0f45d784618b02f6ef11876598ed4fe06fcfd28"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
]

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-logging</artifactId>
45-
<version>3.0.1</version>
45+
<version>3.1.0</version>
4646
</dependency>
4747

4848
```
@@ -52,12 +52,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
5252
```Groovy
5353
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5454
55-
compile 'com.google.cloud:google-cloud-logging'
55+
implementation 'com.google.cloud:google-cloud-logging'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
compile 'com.google.cloud:google-cloud-logging:3.1.0'
60+
implementation 'com.google.cloud:google-cloud-logging:3.1.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies

0 commit comments

Comments
 (0)