Skip to content

Commit a04374f

Browse files
chore: regenerate README (#516)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 22:19:03,832 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 22:19:04,904 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/b2ef2170-1f59-4dc0-a479-5908a0c0c201/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 7859f8c commit a04374f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "ac2caac2b0e122d79e3ff5f9f70b45119aaeb3e4"
7+
"sha": "7859f8cf970a2ed5c38621753acd482439b3aafb"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-logging-logback</artifactId>
25-
<version>0.121.10-alpha</version>
25+
<version>0.121.11-alpha</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-logging-logback:0.121.10-alpha'
32+
implementation 'com.google.cloud:google-cloud-logging-logback:0.121.11-alpha'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.10-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.11-alpha"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)