Skip to content

Commit 02a9e4e

Browse files
authored
chore(deps): update dependency com.sendgrid:sendgrid-java to v4.7.4 (GoogleCloudPlatform#5775)
[![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.7.3` -> `4.7.4` | [![age](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.7.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.7.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.7.4/compatibility-slim/4.7.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.sendgrid:sendgrid-java/4.7.4/confidence-slim/4.7.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sendgrid/sendgrid-java</summary> ### [`v4.7.4`](https://togithub.com/sendgrid/sendgrid-java/blob/master/CHANGELOG.md#&#8203;2021-08-11-Version-474) [Compare Source](https://togithub.com/sendgrid/sendgrid-java/compare/4.7.3...4.7.4) **Library - Chore** - [PR #&GoogleCloudPlatform#8203;694](https://togithub.com/sendgrid/sendgrid-java/pull/694): \[Snyk] Security upgrade com.sendgrid:java-http-client from 4.3.6 to 4.3.7. Thanks to [@&GoogleCloudPlatform#8203;svcprodsec-sendgrid](https://togithub.com/svcprodsec-sendgrid)! </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, 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#github/GoogleCloudPlatform/java-docs-samples).
1 parent 14e7c76 commit 02a9e4e

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.7.3</version>
51+
<version>4.7.4</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.7.3</version>
43+
<version>4.7.4</version>
4444
</dependency>
4545
<!-- [END dependencies] -->
4646
</dependencies>

0 commit comments

Comments
 (0)