From 3e36b82f48e6e5e21d2799841c4ef9dca4f891bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 04:13:53 +0000 Subject: [PATCH] Bump classgraph from 4.8.94 to 4.8.106 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.94 to 4.8.106. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.94...classgraph-4.8.106) Signed-off-by: dependabot[bot] --- EOCV-Sim/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EOCV-Sim/build.gradle b/EOCV-Sim/build.gradle index 853821b..84bfd2e 100644 --- a/EOCV-Sim/build.gradle +++ b/EOCV-Sim/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.openpnp:opencv:4.3.0-2' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'io.github.classgraph:classgraph:4.8.94' + implementation 'io.github.classgraph:classgraph:4.8.106' implementation 'com.formdev:flatlaf:0.45' implementation 'com.formdev:flatlaf-intellij-themes:0.45'