Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#470)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-03-19 18:07:25,082 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-19 18:07:25,990 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/27d23556-9498-4cd2-b820-1fa001c1267d/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 19, 2021
1 parent c368779 commit 01b4d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring.git",
"sha": "14c14f7a138bd365ddc4398b49fd802c890051d1"
"sha": "c3687793b22d85a7de467fe5d499fcc76d514a08"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "78437c732a60c64895778697b078497b0988346c"
"sha": "8b13da943497f75c5303700bff5aabdd85d939e0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>19.1.0</version>
<version>19.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,7 +46,7 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:19.1.0')
implementation platform('com.google.cloud:libraries-bom:19.2.1')
compile 'com.google.cloud:google-cloud-monitoring'
```
Expand Down

0 comments on commit 01b4d80

Please sign in to comment.