Skip to content

Commit

Permalink
Bump com.sendgrid:sendgrid-java from 4.10.1 to 4.10.2 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 14, 2024
1 parent 38f5933 commit aa6c95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'com.twilio.sdk:twilio:10.1.0'

// SendGrid for Email
implementation 'com.sendgrid:sendgrid-java:4.10.1'
implementation 'com.sendgrid:sendgrid-java:4.10.2'

// For local Email
implementation 'org.springframework.boot:spring-boot-starter-mail'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ com.okta.spring:okta-spring-sdk:3.0.5=compileClasspath,runtimeClasspath
com.okta.spring:okta-spring-security-oauth2:3.0.5=compileClasspath,runtimeClasspath
com.opencsv:opencsv:5.9=compileClasspath,runtimeClasspath
com.sendgrid:java-http-client:4.5.0=compileClasspath,runtimeClasspath
com.sendgrid:sendgrid-java:4.10.1=compileClasspath,runtimeClasspath
com.sendgrid:sendgrid-java:4.10.2=compileClasspath,runtimeClasspath
com.smartystreets.api:smartystreets-java-sdk:3.14.1=compileClasspath,runtimeClasspath
com.squareup.okhttp3:okhttp:4.10.0=compileClasspath,runtimeClasspath
com.squareup.okio:okio-jvm:3.9.0=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit aa6c95b

Please sign in to comment.