Skip to content

Commit 88d225f

Browse files
chore: regenerate README (#333)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-12 18:20:27,210 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-12 18:20:28,070 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/ca302549-be26-4903-afec-215cf7f18dcf/targets - [ ] To automatically regenerate this PR, check this box.
1 parent a7226cb commit 88d225f

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

README.md

Lines changed: 3 additions & 3 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>15.0.0</version>
20+
<version>15.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -46,11 +46,11 @@ If you are using Maven without BOM, add this to your dependencies:
4646

4747
If you are using Gradle, add this to your dependencies
4848
```Groovy
49-
compile 'com.google.cloud:google-cloud-logging:1.102.0'
49+
compile 'com.google.cloud:google-cloud-logging:2.0.1'
5050
```
5151
If you are using SBT, add this to your dependencies
5252
```Scala
53-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "1.102.0"
53+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.0.1"
5454
```
5555

5656
## Authentication

0 commit comments

Comments
 (0)