Skip to content

Commit dce8fe5

Browse files
chore: regenerate README (#547)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:14:29,018 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:14:30,270 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/c027b477-c066-4de4-ae1f-a7f2dad022da/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent d3bd644 commit dce8fe5

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-logging</artifactId>
42-
<version>2.2.3</version>
42+
<version>2.3.0</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ 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.3'
55+
compile 'com.google.cloud:google-cloud-logging:2.3.0'
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.3"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.3.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)