Skip to content

Commit a2d14b7

Browse files
chore: regenerate README (#310)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-26 06:01:31,556 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-26 06:01:32,512 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/36e4c733-d2d0-480c-86f1-e66bbe4ca9cc/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 36982a2 commit a2d14b7

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": "89da31a819939dee982620b42e2e69d658e5f088"
7+
"sha": "dfe6c69665dcd8eadb073758d10017e22528848c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
14+
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
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.119.4-alpha</version>
23+
<version>0.119.6-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.119.4-alpha'
29+
compile 'com.google.cloud:google-cloud-logging-logback:0.119.6-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.119.4-alpha"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.6-alpha"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)