Skip to content

Commit

Permalink
Bump com.googlecode.libphonenumber:libphonenumber in /backend (#7177)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
fzhao99 and dependabot[bot] authored Jan 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0831949 commit a0221a9
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
@@ -66,7 +66,7 @@ dependencies {
implementation 'org.postgresql:postgresql'

// data validation
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.19'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.28'
implementation 'com.smartystreets.api:smartystreets-java-sdk:3.14.1'

// UI layer dependencies
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
com.google.guava:guava-parent:32.1.1-jre=compileClasspath,runtimeClasspath
com.google.guava:guava:32.1.1-jre=compileClasspath,runtimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
com.googlecode.libphonenumber:libphonenumber:8.13.19=compileClasspath,runtimeClasspath
com.googlecode.libphonenumber:libphonenumber:8.13.28=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-scalars:20.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java-extended-validation:20.0=compileClasspath,runtimeClasspath
com.graphql-java:graphql-java:20.2=compileClasspath,runtimeClasspath

0 comments on commit a0221a9

Please sign in to comment.