Skip to content

Commit 6a5a8cc

Browse files
Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 in /java-client (#1203)
* 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](classgraph/classgraph@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] <[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>
1 parent 8881218 commit 6a5a8cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3
1212
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3
1313
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.1 to 5.4
14+
- Bumps `io.github.classgraph:classgraph` from 4.8.175 to 4.8.176
1415

1516
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1617

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ dependencies {
230230
implementation("org.eclipse", "yasson", "2.0.2")
231231

232232
// https://github.com/classgraph/classgraph
233-
testImplementation("io.github.classgraph:classgraph:4.8.175")
233+
testImplementation("io.github.classgraph:classgraph:4.8.176")
234234

235235
// Eclipse 1.0
236236
testImplementation("junit", "junit" , "4.13.2") {

0 commit comments

Comments
 (0)