Skip to content

Commit 69ad799

Browse files
dependabot[bot]reta
authored andcommitted
Bump io.github.classgraph:classgraph from 4.8.168 to 4.8.170 in /java-client (opensearch-project#922)
* Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.168 to 4.8.170. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.168...classgraph-4.8.170) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 9ed1c49)
1 parent fbcc4de commit 69ad799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.165
1414
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.1.0
1515
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1
16-
- Bumps `io.github.classgraph:classgraph` from 4.8.165 to 4.8.168
16+
- Bumps `io.github.classgraph:classgraph` from 4.8.165 to 4.8.170
1717
- Bumps `jackson` from 2.15.2 to 2.17.0
1818
- Bumps `org.eclipse.parsson:parsson` from 1.1.5 to 1.1.6
1919

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ dependencies {
213213
implementation("org.eclipse", "yasson", "2.0.2")
214214

215215
// https://github.com/classgraph/classgraph
216-
testImplementation("io.github.classgraph:classgraph:4.8.168")
216+
testImplementation("io.github.classgraph:classgraph:4.8.170")
217217

218218
// Eclipse 1.0
219219
testImplementation("junit", "junit" , "4.13.2") {

0 commit comments

Comments
 (0)