Skip to content

Commit

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

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

// For local Email
implementation 'org.springframework.boot:spring-boot-starter-mail'
Expand Down
5 changes: 3 additions & 2 deletions 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.7=compileClasspath,runtimeClasspath
com.okta.spring:okta-spring-security-oauth2:3.0.7=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.2=compileClasspath,runtimeClasspath
com.sendgrid:sendgrid-java:4.10.3=compileClasspath,runtimeClasspath
com.smartystreets.api:smartystreets-java-sdk:3.18.0=compileClasspath,runtimeClasspath
com.squareup.okhttp3:okhttp:4.10.0=compileClasspath,runtimeClasspath
com.squareup.okio:okio-jvm:3.9.0=compileClasspath,runtimeClasspath
Expand Down Expand Up @@ -156,7 +156,8 @@ org.assertj:assertj-core:3.24.2=compileClasspath,runtimeClasspath
org.attoparser:attoparser:2.0.7.RELEASE=compileClasspath,runtimeClasspath
org.bouncycastle:bcpkix-jdk18on:1.73=compileClasspath
org.bouncycastle:bcpkix-jdk18on:1.75=runtimeClasspath
org.bouncycastle:bcprov-jdk18on:1.76=compileClasspath,runtimeClasspath
org.bouncycastle:bcprov-jdk18on:1.73=compileClasspath
org.bouncycastle:bcprov-jdk18on:1.75=runtimeClasspath
org.bouncycastle:bcutil-jdk18on:1.73=compileClasspath
org.bouncycastle:bcutil-jdk18on:1.75=runtimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath
Expand Down

0 comments on commit bdc1aea

Please sign in to comment.