From 9180c996d2a0eef92a393420279df60756bc8e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:20:34 +0000 Subject: [PATCH] Bump classgraph from 4.8.108 to 4.8.154 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.108 to 4.8.154. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.108...classgraph-4.8.154) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- swagger-coverage-karate/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger-coverage-karate/build.gradle.kts b/swagger-coverage-karate/build.gradle.kts index bae3027..a82408a 100644 --- a/swagger-coverage-karate/build.gradle.kts +++ b/swagger-coverage-karate/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.linecorp.armeria:armeria:1.14.1") implementation("io.netty:netty-all:4.1.74.Final") implementation("org.thymeleaf:thymeleaf:3.0.15.RELEASE") - implementation("io.github.classgraph:classgraph:4.8.108") + implementation("io.github.classgraph:classgraph:4.8.154") implementation("org.antlr:antlr4-runtime:4.9.3") implementation("org.apache.httpcomponents:httpclient:4.5.13")