Skip to content

Commit

Permalink
fix version bumps (#7074)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 authored Dec 12, 2023
1 parent adde0b0 commit fb0716a
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 @@ -87,7 +87,7 @@ dependencies {
implementation 'com.microsoft.azure:applicationinsights-core:3.4.17'

// Twilio for SMS
implementation 'com.twilio.sdk:twilio:9.9.1'
implementation 'com.twilio.sdk:twilio:9.14.0'

// SendGrid for Email
implementation 'com.sendgrid:sendgrid-java'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ com.squareup.okio:okio-jvm:3.4.0=compileClasspath,runtimeClasspath
com.squareup.okio:okio:3.0.0=compileClasspath,runtimeClasspath
com.stoyanr:evictor:1.0.0=compileClasspath,runtimeClasspath
com.sun.istack:istack-commons-runtime:4.1.2=runtimeClasspath
com.twilio.sdk:twilio:9.9.1=compileClasspath,runtimeClasspath
com.twilio.sdk:twilio:9.14.0=compileClasspath,runtimeClasspath
com.zaxxer:HikariCP:5.0.1=compileClasspath,runtimeClasspath
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath
commons-codec:commons-codec:1.15=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit fb0716a

Please sign in to comment.