Skip to content

Commit e0f430f

Browse files
chore: regenerate README (#510)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-27 16:59:20,749 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-27 16:59:21,777 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/e7872b3d-383f-4d99-b517-d208856e2bff/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 6fd5390 commit e0f430f

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-logback.git",
7-
"sha": "b8c070044407966d99d8672e180a9340576878b6"
7+
"sha": "6fd5390e624878a56aad12583210412767b1cc01"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb"
14+
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
1515
}
1616
}
1717
]

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.9-alpha</version>
25+
<version>0.121.10-alpha</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-logging-logback:0.121.9-alpha'
32+
compile 'com.google.cloud:google-cloud-logging-logback:0.121.10-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.9-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.10-alpha"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)