Skip to content

Commit adce0e4

Browse files
chore: regenerate README (#515)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-29 15:43:30,762 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-29 15:43:32,181 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/7b57ebbe-ef71-47eb-b80e-e4f46d44b62b/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 397a7a1 commit adce0e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.git",
7-
"sha": "7a57aa5957be2928a5e948b0972d7ccf028635ed"
7+
"sha": "397a7a19927c735485ff7f1d314057d53fe5957a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
14+
"sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>20.1.0</version>
20+
<version>20.2.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -46,18 +46,18 @@ If you are using Maven without BOM, add this to your dependencies:
4646

4747
If you are using Gradle 5.x or later, add this to your dependencies
4848
```Groovy
49-
implementation platform('com.google.cloud:libraries-bom:20.1.0')
49+
implementation platform('com.google.cloud:libraries-bom:20.2.0')
5050
5151
compile 'com.google.cloud:google-cloud-logging'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-logging:2.2.1'
55+
compile 'com.google.cloud:google-cloud-logging:2.2.2'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.2.1"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.2.2"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)