From 7c1e6723719d819a25786e3c723173e6cf50eddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 04:20:34 +0000 Subject: [PATCH] Bump classgraph from 4.8.112 to 4.8.114 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.112 to 4.8.114. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.112...classgraph-4.8.114) --- 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 926d4ee31e..ca72b5fa6a 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.114' testImplementation 'com.flextrade.jfixture:jfixture:2.7.2' testImplementation 'com.shazam:shazamcrest:0.11' //we need it to test Parcelable