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 (#139)
Browse files Browse the repository at this point in the history
* chore: release 1.100.1 (#116)

:robot: I have created a release \*beep\* \*boop\*
---
### [1.100.1](https://www.github.com/googleapis/java-monitoring/compare/v1.100.0...v1.100.1) (2020-04-10)

### Dependencies

* update core dependencies ([#87](https://www.github.com/googleapis/java-monitoring/issues/87)) ([5308b22](https://www.github.com/googleapis/java-monitoring/commit/5308b22f05eb23e6780bda032bd94721ca9cce94))
* update dependency org.threeten:threetenbp to v1.4.3 ([#98](https://www.github.com/googleapis/java-monitoring/issues/98)) ([c32949f](https://www.github.com/googleapis/java-monitoring/commit/c32949f943479d441701160f29a6e4df63fc4855))

### Documentation

* regenerate updated javadoc comments and links ([#115](https://www.github.com/googleapis/java-monitoring/issues/115)) ([8a14f90](https://www.github.com/googleapis/java-monitoring/commit/8a14f9085ca1af5b4e7a77ce641368cf29aeef55))
---

This PR was generated with [Release Please](https://github.com/googleapis/release-please).

Source-Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Source-Date: Mon Apr 13 19:04:51 2020 +0000
Source-Repo: googleapis/java-monitoring
Source-Sha: b97e616
Source-Link: b97e616

* chore(deps): update dependency com.google.cloud:libraries-bom to v5 (#130)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | major | `4.4.1` -> `5.1.0` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-monitoring).

Source-Author: WhiteSource Renovate <bot@renovateapp.com>
Source-Date: Tue Apr 14 19:42:33 2020 +0200
Source-Repo: googleapis/java-monitoring
Source-Sha: 63c3f2c
Source-Link: 63c3f2c
  • Loading branch information
yoshi-automation committed Apr 17, 2020
1 parent 08f35ff commit e02f297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>4.4.1</version>
<version>5.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>1.100.1-SNAPSHOT</version>
<version>1.100.1</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring.git",
"sha": "1a7b7f5860a69df5750400ae73d2ce9fdc1c8d06"
"sha": "63c3f2ca64c8697c77c12e7078651202e015cd6b"
}
},
{
Expand Down

0 comments on commit e02f297

Please sign in to comment.