From d939e0cb5c393333f5fe36ab81597875c49f4174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:37:30 +0000 Subject: [PATCH] chore(deps): bump com.google.android.libraries.mapsplatform.transportation:transportation-driver Bumps com.google.android.libraries.mapsplatform.transportation:transportation-driver from 5.0.0 to 6.0.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.mapsplatform.transportation:transportation-driver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 2cfdafe..4c562b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -71,7 +71,7 @@ android { } dependencies { - implementation 'com.google.android.libraries.mapsplatform.transportation:transportation-driver:5.0.0' + implementation 'com.google.android.libraries.mapsplatform.transportation:transportation-driver:6.0.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.9' testImplementation 'junit:junit:4.13.2'