From a855dd136e2609c4e199cf9bcbe8aaae28211d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:24:54 +0000 Subject: [PATCH] fix(deps): bump io.github.hakky54:logcaptor from 2.7.10 to 2.9.2 Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.7.10 to 2.9.2. - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/compare/v2.7.10...v2.9.2) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f06f5264..71c4cad9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.10.3' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' - testImplementation 'io.github.hakky54:logcaptor:2.7.10' + testImplementation 'io.github.hakky54:logcaptor:2.9.2' // Instrumentation Testing androidTestImplementation 'androidx.test:runner:1.5.2'