Skip to content

Commit c42f159

Browse files
chore: regenerate README (#555)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-07 19:05:05,477 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-07 19:05:06,744 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/b7d8370e-2423-4393-8dca-7d5b91f456cf/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent a30ee23 commit c42f159

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": "d3bd6440e378d645a8ae5ccef6a89cc772c21edc"
7+
"sha": "a30ee23b4ef414c9cd13f2c049514617ec741980"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
14+
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
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.5.0</version>
20+
<version>20.6.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.5.0')
49+
implementation platform('com.google.cloud:libraries-bom:20.6.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.3.0'
55+
compile 'com.google.cloud:google-cloud-logging:2.3.1'
5656
```
5757

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

6363
## Authentication

0 commit comments

Comments
 (0)