From 30a6984083bae6d31fba21c7d8b0feaa897ddbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 06:58:24 +0000 Subject: [PATCH] fix(deps): bump io.github.classgraph:classgraph from 4.8.174 to 4.8.175 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.174 to 4.8.175. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.174...classgraph-4.8.175) --- 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 35e1c22da..4c7ba12ae 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -58,7 +58,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.174' + api 'io.github.classgraph:classgraph:4.8.175' api 'javax.ws.rs:javax.ws.rs-api:2.1.1' api 'org.xerial.snappy:snappy-java:1.1.10.6', { because 'fix CVE-2023-34455, CVE-2023-43642'