From 2218f7026efeea332f78a6bb3547fb5db8f93008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:27:37 -0500 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 (#762) * Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.164 to 4.8.165. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.164...classgraph-4.8.165) --- 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] --- CHANGELOG.md | 2 +- java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e306dfc3d6..57d0e388e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased 3.0] ### Dependencies -- Bumps `io.github.classgraph:classgraph` from 4.8.163 to 4.8.164 +- Bumps `io.github.classgraph:classgraph` from 4.8.163 to 4.8.165 - Bumps `org.owasp.dependencycheck` from 8.4.2 to 9.0.1 - Bumps `com.diffplug.spotless` from 6.22.0 to 6.23.0 - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.3 to 5.2.4 diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 5f82888627..b8faacdbc5 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -199,7 +199,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.164") + testImplementation("io.github.classgraph:classgraph:4.8.165") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {