From 98bf907ed8a2d3f71659f38d11f6dc96337cf834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:55:22 -0400 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.174 to 4.8.175 (#1154) * 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] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 46a007e6e224f4d87124219f741db27a7ff8f9b5) --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24eb77f97d..8f6da098a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `commons-logging:commons-logging` from 1.3.3 to 1.3.4 +- Bumps `io.github.classgraph:classgraph` from 4.8.174 to 4.8.175 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 335dd999d4..1fc18b2412 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -215,7 +215,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.174") + testImplementation("io.github.classgraph:classgraph:4.8.175") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {