Skip to content

Commit 21352a1

Browse files
chore: regenerate README (#407)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-13 13:58:25,505 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 13:58:26,827 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/14b76561-1fca-4969-a1f1-4bc556569158/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent ca0fad0 commit 21352a1

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": "f1e8d14b4188f6d144286204633d3979d7950baa"
7+
"sha": "ca0fad04398c381430557ab03ba5601d2145ee5e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "cfa5a9fcec63df6890279e29756602fd5858c023"
14+
"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-logging-logback</artifactId>
23-
<version>0.120.6-alpha</version>
23+
<version>0.120.7-alpha</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-logging-logback:0.120.6-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.120.7-alpha'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.6-alpha"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.7-alpha"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)