From c2ad2826bfce73ebe10204ed108d447ab8a9910b Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 24 Sep 2024 11:54:57 -0400 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 in /java-client (#1203) (#1209) * Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.175 to 4.8.176. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.175...classgraph-4.8.176) --- 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 6a5a8ccfeffe74a0fc003738bd5900a633301df2) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fcc6663ee2..9e5059b59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3 - Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3 - Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.1 to 5.4 +- Bumps `io.github.classgraph:classgraph` from 4.8.175 to 4.8.176 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 33267a7351..32a92a482b 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -228,7 +228,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.175") + testImplementation("io.github.classgraph:classgraph:4.8.176") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {