Skip to content

Commit c63a254

Browse files
authored
fix(deps): update dependency com.sendgrid:sendgrid-java to v4.9.0 (GoogleCloudPlatform#6905)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.sendgrid:sendgrid-java](https://togithub.com/sendgrid/sendgrid-java) | `4.8.3` -> `4.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.9.0/compatibility-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.9.0/confidence-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sendgrid/sendgrid-java</summary> ### [`v4.9.0`](https://togithub.com/sendgrid/sendgrid-java/blob/HEAD/CHANGELOG.md#&#8203;2022-03-09-Version-490) [Compare Source](https://togithub.com/sendgrid/sendgrid-java/compare/4.8.3...4.9.0) **Library - Chore** - [PR #&GoogleCloudPlatform#8203;721](https://togithub.com/sendgrid/sendgrid-java/pull/721): push Datadog Release Metric upon deploy success. Thanks to [@&GoogleCloudPlatform#8203;eshanholtz](https://togithub.com/eshanholtz)! **Library - Feature** - [PR #&GoogleCloudPlatform#8203;717](https://togithub.com/sendgrid/sendgrid-java/pull/717): add GH action to update dependencies. Thanks to [@&GoogleCloudPlatform#8203;JenniferMah](https://togithub.com/JenniferMah)! </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 7a8f3fe commit c63a254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-java8/sendgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copyright 2018 Google LLC
4848
<dependency>
4949
<groupId>com.sendgrid</groupId>
5050
<artifactId>sendgrid-java</artifactId>
51-
<version>4.8.3</version>
51+
<version>4.9.0</version>
5252
</dependency>
5353
<!-- [END gae_sendgrid_dependencies] -->
5454
</dependencies>

compute/sendgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.sendgrid</groupId>
4242
<artifactId>sendgrid-java</artifactId>
43-
<version>4.8.3</version>
43+
<version>4.9.0</version>
4444
</dependency>
4545
<!-- [END dependencies] -->
4646
</dependencies>

0 commit comments

Comments
 (0)