Skip to content

Commit af0e1c8

Browse files
chore: regenerate README (#488)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-12 14:31:13,456 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-12 14:31:14,663 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/ac20b854-e67a-4ee5-9efd-d3f1aa96cee9/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 35923b1 commit af0e1c8

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": "de2d4425729eea0e48e0b88dce1ea186c060041e"
7+
"sha": "35923b10f3c47c664c0cbf526bff03b72f1f0fd7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27"
14+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ If you are using Maven without BOM, add this to your dependencies:
4646

4747
If you are using Gradle 5.x or later, add this to your dependencies
4848
```Groovy
49-
implementation platform('com.google.cloud:libraries-bom:19.2.1')
49+
implementation platform('com.google.cloud:libraries-bom:20.0.0')
5050
5151
compile 'com.google.cloud:google-cloud-logging'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-logging:2.2.0'
55+
compile 'com.google.cloud:google-cloud-logging:2.2.1'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.2.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.2.1"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)