From 7e84169e3c28e843821be0c9cd0fa3628c317c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:47:25 +0000 Subject: [PATCH] fix(deps): bump io.github.classgraph:classgraph from 4.8.172 to 4.8.173 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.172 to 4.8.173. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.172...classgraph-4.8.173) --- 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 2326b14e0..a789925aa 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.172' + api 'io.github.classgraph:classgraph:4.8.173' 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'