From 2d5638baafedcc996dff03ee8fbfde3f9dc797d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 23:09:19 +0000 Subject: [PATCH] Bump libphonenumber from 8.12.44 to 8.12.45 Bumps [libphonenumber](https://github.com/google/libphonenumber) from 8.12.44 to 8.12.45. - [Release notes](https://github.com/google/libphonenumber/releases) - [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md) - [Commits](https://github.com/google/libphonenumber/compare/v8.12.44...v8.12.45) --- updated-dependencies: - dependency-name: com.googlecode.libphonenumber:libphonenumber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- vector/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 4a5b45c4f9..441b031753 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -166,7 +166,7 @@ dependencies { implementation libs.apache.commonsImaging // Phone number https://github.com/google/libphonenumber - implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.44' + implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.45' testImplementation libs.tests.junit testImplementation 'org.robolectric:robolectric:4.7.3' diff --git a/vector/build.gradle b/vector/build.gradle index 438e8f2003..2b37c12323 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -367,7 +367,7 @@ dependencies { implementation 'com.facebook.stetho:stetho:1.6.0' // Phone number https://github.com/google/libphonenumber - implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.44' + implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.45' // FlowBinding implementation libs.github.flowBinding