From 5fa313abafa87113a27b3c9e8e062495556cb486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:56:46 +0000 Subject: [PATCH] fix(deps): bump io.github.classgraph:classgraph from 4.8.173 to 4.8.174 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.173 to 4.8.174. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.173...classgraph-4.8.174) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 7ba0be033..696062586 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -59,7 +59,7 @@ dependencies { api "io.swagger.core.v3:swagger-models-jakarta:${swaggerCoreVersion}" api "io.swagger.core.v3:swagger-annotations-jakarta:${swaggerCoreVersion}" - api 'io.github.classgraph:classgraph:4.8.173' + api 'io.github.classgraph:classgraph:4.8.174' api 'javax.ws.rs:javax.ws.rs-api:2.1.1' api 'org.xerial.snappy:snappy-java:1.1.10.5', { because 'fix CVE-2023-34455, CVE-2023-43642'