From af8d96fc34373542b2332efa3b258f754de33de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:21:39 -0700 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.157 to 4.8.158 (#470) * Bump io.github.classgraph:classgraph from 4.8.157 to 4.8.158 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.157 to 4.8.158. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.157...classgraph-4.8.158) --- 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 047746b776..cb2b26bf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Added Point-In-Time APIs ([#461](https://github.com/opensearch-project/opensearch-java/pull/461)) ### Dependencies +- Bumps `io.github.classgraph:classgraph` from 4.8.157 to 4.8.158 ### 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 f2d48920df..7b0fa811cc 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -185,7 +185,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.157") + testImplementation("io.github.classgraph:classgraph:4.8.158") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {