From 67fd8e388d342c615e6eb2bc4fa7a31db904a9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:31:05 -0400 Subject: [PATCH] Bump android-beacon-library from 2.19.2 to 2.19.3 (#1766) Bumps [android-beacon-library](https://github.com/AltBeacon/android-beacon-library) from 2.19.2 to 2.19.3. - [Release notes](https://github.com/AltBeacon/android-beacon-library/releases) - [Changelog](https://github.com/AltBeacon/android-beacon-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/AltBeacon/android-beacon-library/commits) --- updated-dependencies: - dependency-name: org.altbeacon:android-beacon-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- common/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9c294e56c57..85a5aae2247 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -121,7 +121,7 @@ dependencies { implementation(project(":common")) implementation("com.github.Dimezis:BlurView:version-1.6.6") - implementation("org.altbeacon:android-beacon-library:2.19.2") + implementation("org.altbeacon:android-beacon-library:2.19.3") implementation("com.maltaisn:icondialog:3.3.0") implementation("com.maltaisn:iconpack-community-material:5.3.45") implementation("com.vdurmont:emoji-java:5.1.1") { diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 4f8809d10a2..7353c79d746 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -34,5 +34,5 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.9.2") implementation("com.squareup.okhttp3:logging-interceptor:4.9.2") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0") - implementation("org.altbeacon:android-beacon-library:2.19.2") + implementation("org.altbeacon:android-beacon-library:2.19.3") }