From 700bd0c2e1d373ec19dc20e73b05ab6dc4e36ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 04:10:25 +0000 Subject: [PATCH] Bump classgraph from 4.8.112 to 4.8.113 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.112 to 4.8.113. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.112...classgraph-4.8.113) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle b/FlowCrypt/build.gradle index 0a01365359..e8d94b12ea 100644 --- a/FlowCrypt/build.gradle +++ b/FlowCrypt/build.gradle @@ -390,7 +390,7 @@ dependencies { testImplementation "junit:junit:${rootProject.ext.junitVersion}" testImplementation "androidx.room:room-testing:$roomVersion" testImplementation 'org.robolectric:robolectric:4.6.1' - testImplementation 'io.github.classgraph:classgraph:4.8.112' + testImplementation 'io.github.classgraph:classgraph:4.8.113' testImplementation 'com.flextrade.jfixture:jfixture:2.7.2' testImplementation 'com.shazam:shazamcrest:0.11' //we need it to test Parcelable