Skip to content

Commit f51099d

Browse files
authored
fix(deps): update dependency com.sendgrid:sendgrid-java to v4.10.0 (GoogleCloudPlatform#8859)
[![Mend 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.9.3` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.sendgrid:sendgrid-java/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.sendgrid:sendgrid-java/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.sendgrid:sendgrid-java/4.9.3/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sendgrid:sendgrid-java/4.9.3/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sendgrid/sendgrid-java (com.sendgrid:sendgrid-java)</summary> ### [`v4.10.0`](https://togithub.com/sendgrid/sendgrid-java/blob/HEAD/CHANGELOG.md#2023-11-06-Version-4100) [Compare Source](https://togithub.com/sendgrid/sendgrid-java/compare/4.9.3...4.10.0) **Library - Feature** - [PR #&GoogleCloudPlatform#8203;743](https://togithub.com/sendgrid/sendgrid-java/pull/743): Add data residency for eu and global regions. Thanks to [@&GoogleCloudPlatform#8203;shrutiburman](https://togithub.com/shrutiburman)! **Library - Test** - [PR #&GoogleCloudPlatform#8203;735](https://togithub.com/sendgrid/sendgrid-java/pull/735): Adding misc as PR type. Thanks to [@&GoogleCloudPlatform#8203;rakatyal](https://togithub.com/rakatyal)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 67994cd commit f51099d

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
@@ -49,7 +49,7 @@ Copyright 2018 Google LLC
4949
<dependency>
5050
<groupId>com.sendgrid</groupId>
5151
<artifactId>sendgrid-java</artifactId>
52-
<version>4.9.3</version>
52+
<version>4.10.0</version>
5353
</dependency>
5454
<!-- [END gae_sendgrid_dependencies] -->
5555
</dependencies>

compute/sendgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.sendgrid</groupId>
4343
<artifactId>sendgrid-java</artifactId>
44-
<version>4.9.3</version>
44+
<version>4.10.0</version>
4545
</dependency>
4646
<!-- [END dependencies] -->
4747
</dependencies>

0 commit comments

Comments
 (0)