Skip to content

Commit

Permalink
chore(deps): bump com.sendgrid:sendgrid-java from 4.10.2 to 4.10.3
Browse files Browse the repository at this point in the history
Bumps [com.sendgrid:sendgrid-java](https://github.com/sendgrid/sendgrid-java) from 4.10.2 to 4.10.3.
- [Release notes](https://github.com/sendgrid/sendgrid-java/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-java/blob/main/CHANGELOG.md)
- [Commits](sendgrid/sendgrid-java@4.10.2...4.10.3)

---
updated-dependencies:
- dependency-name: com.sendgrid:sendgrid-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Sep 23, 2024
1 parent 1d08d72 commit 9261803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// libs
api 'org.simplejavamail:simple-java-mail:8.11.3'
api 'org.eclipse.angus:jakarta.mail:2.0.3'
api ('com.sendgrid:sendgrid-java:4.10.2') {
api ('com.sendgrid:sendgrid-java:4.10.3') {
exclude group: 'com.fasterxml.jackson.core'
}
}
Expand Down

0 comments on commit 9261803

Please sign in to comment.