Skip to content

Commit 22e9929

Browse files
chore: regenerate README (#487)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-11 22:34:42,550 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-11 22:34:43,911 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/a1e9c6c9-c3f6-46c4-9fcb-1b5873f9764c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent efb199f commit 22e9929

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "09ee009512d593065507d92092c7531f5af2d379"
7+
"sha": "1c20e4c15f095ce7078959dda79b10dd16cc0687"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
14+
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
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.5-alpha</version>
25+
<version>0.121.6-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.5-alpha'
32+
compile 'com.google.cloud:google-cloud-logging-logback:0.121.6-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.5-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.6-alpha"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)