diff --git a/backend/build.gradle b/backend/build.gradle index 9c8628b777..e064505333 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -79,7 +79,7 @@ dependencies { // data validation implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.28' - implementation 'com.smartystreets.api:smartystreets-java-sdk:3.17.5' + implementation 'com.smartystreets.api:smartystreets-java-sdk:3.18.0' // UI layer dependencies implementation 'org.json:json:20231013' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 00e22a9b60..c3f22b6e6c 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -59,7 +59,7 @@ com.okta.spring:okta-spring-security-oauth2:3.0.7=compileClasspath,runtimeClassp 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.smartystreets.api:smartystreets-java-sdk:3.17.5=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 com.squareup.okio:okio:3.9.0=compileClasspath,runtimeClasspath