From 565bdb08522ba27d0ff1a7e92afde0e23484c8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:45:42 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.108 to 4.8.157 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.108 to 4.8.157. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.108...classgraph-4.8.157) --- 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..d73bdbd 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.157") implementation("org.antlr:antlr4-runtime:4.9.3") implementation("org.apache.httpcomponents:httpclient:4.5.13")