From b088c73ef56fa40377ae28c526a33627cd60b54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 08:02:20 +0000 Subject: [PATCH] chore(deps): bump rxandroidble from 1.17.0 to 1.17.2 Bumps [rxandroidble](https://github.com/dariuszseweryn/RxAndroidBle) from 1.17.0 to 1.17.2. - [Release notes](https://github.com/dariuszseweryn/RxAndroidBle/releases) - [Changelog](https://github.com/dariuszseweryn/RxAndroidBle/blob/master/CHANGELOG.md) - [Commits](https://github.com/dariuszseweryn/RxAndroidBle/commits) --- updated-dependencies: - dependency-name: com.polidea.rxandroidble3:rxandroidble dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pump/eopatch/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pump/eopatch/build.gradle b/pump/eopatch/build.gradle index b1bc664eeb..2dd61033ea 100644 --- a/pump/eopatch/build.gradle +++ b/pump/eopatch/build.gradle @@ -32,6 +32,6 @@ dependencies { implementation project(':interfaces') //RxAndroidBle - implementation "com.polidea.rxandroidble3:rxandroidble:1.17.0" + implementation "com.polidea.rxandroidble3:rxandroidble:1.17.2" implementation "com.jakewharton.rx3:replaying-share:3.0.0" } \ No newline at end of file