From 88d110d47637dd742a48ffd2a02b0d508b38ea84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:48:35 +0000 Subject: [PATCH] chore: bump com.urbanairship.android:urbanairship-core Bumps [com.urbanairship.android:urbanairship-core](https://github.com/urbanairship/android-library) from 16.9.0 to 17.2.0. - [Release notes](https://github.com/urbanairship/android-library/releases) - [Changelog](https://github.com/urbanairship/android-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/urbanairship/android-library/compare/16.9.0...17.2.0) --- updated-dependencies: - dependency-name: com.urbanairship.android:urbanairship-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42beb7c..5685e5c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ android { dependencies { compileOnly 'androidx.legacy:legacy-support-v4:1.0.0' - api 'com.urbanairship.android:urbanairship-core:16.9.0' + api 'com.urbanairship.android:urbanairship-core:17.2.0' testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar') }