diff --git a/build.gradle b/build.gradle index 127233ba..d9eac06c 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation("org.apache.commons:commons-lang3:3.12.0") implementation("org.apache.commons:commons-text:1.10.0") implementation("commons-codec:commons-codec:1.15") - implementation("com.googlecode.libphonenumber:libphonenumber:8.13.12") + implementation("com.googlecode.libphonenumber:libphonenumber:8.13.15") implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("com.google.auth:google-auth-library-oauth2-http:1.17.0") implementation("org.yaml:snakeyaml:2.0") /// TODO: remove this once transitive dependency passes owasp checker