Skip to content

Commit 9113cbb

Browse files
chore: regenerate README (#574)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-07 14:57:34,342 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-07 14:57:35,559 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/d3a76628-315a-44f1-b508-ec927d2b7dd8/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent e096131 commit 9113cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "f88cdc7bf7783906579ce9fda4983d0f6e22ef96"
7+
"sha": "e0961312cecef11a4a938b99e4909a116e8954cd"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "9763f20e4b7bb1091082462b2f7970e965d0d414"
14+
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ 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.3.1'
55+
compile 'com.google.cloud:google-cloud-logging:2.3.2'
5656
```
5757

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

6363
## Authentication

0 commit comments

Comments
 (0)