From 64dd87f72ac5d44491798bb4cf94fd03f545cb52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:47:25 -0400 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.161 to 4.8.162 in /java-client (#602) * Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.161 to 4.8.162. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.161...classgraph-4.8.162) --- 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 | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba8b17871..60063e5852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.0.0 to 5.2.0 - Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.3 +- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.162 ### Changed - Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 16e2ef6198..c1cd4a7187 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -191,7 +191,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.161") + testImplementation("io.github.classgraph:classgraph:4.8.162") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {