From 6651a4e4bd439395500d9ef00de4c436e36a5bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:23:48 -0500 Subject: [PATCH] Bump com.smartystreets.api:smartystreets-java-sdk from 3.13.0 to 3.13.15 in /backend (#6033) * Bump com.smartystreets.api:smartystreets-java-sdk in /backend Bumps [com.smartystreets.api:smartystreets-java-sdk](https://github.com/smartystreets/smartystreets-java-sdk) from 3.13.0 to 3.13.15. - [Release notes](https://github.com/smartystreets/smartystreets-java-sdk/releases) - [Changelog](https://github.com/smartystreets/smartystreets-java-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/smartystreets/smartystreets-java-sdk/compare/3.13.0...3.13.15) --- updated-dependencies: - dependency-name: com.smartystreets.api:smartystreets-java-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update lockfile with smartystreets dependencies. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rin Concordia Co-authored-by: Rin Concordia <93527746+rin-skylight@users.noreply.github.com> --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 29393d0fd1..f3cc3e5be0 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -53,7 +53,7 @@ dependencies { // data validation implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.14' - implementation 'com.smartystreets.api:smartystreets-java-sdk:3.13.0' + implementation 'com.smartystreets.api:smartystreets-java-sdk:3.13.15' // UI layer dependencies implementation 'org.json:json:20230227' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 1760462bba..8e3369d4c6 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -56,7 +56,7 @@ com.okta.spring:okta-spring-sdk:2.1.7=compileClasspath,runtimeClasspath com.okta.spring:okta-spring-security-oauth2:2.1.7=compileClasspath,runtimeClasspath com.sendgrid:java-http-client:4.5.0=compileClasspath,runtimeClasspath com.sendgrid:sendgrid-java:4.9.3=compileClasspath,runtimeClasspath -com.smartystreets.api:smartystreets-java-sdk:3.13.0=compileClasspath,runtimeClasspath +com.smartystreets.api:smartystreets-java-sdk:3.13.15=compileClasspath,runtimeClasspath com.squareup.okhttp3:okhttp:4.9.3=compileClasspath,runtimeClasspath com.squareup.okio:okio:2.8.0=compileClasspath,runtimeClasspath com.stoyanr:evictor:1.0.0=compileClasspath,runtimeClasspath