Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.173 (#5108)
Browse files Browse the repository at this point in the history
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.170 to 4.8.173.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.170...classgraph-4.8.173)

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent bd9481c commit acb4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.0')
implementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.170')
implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.173')
implementation(group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.12')
implementation(group: 'org.apache.commons', name: 'commons-jexl3', version: '3.4.0')
implementation(group: 'net.datafaker', name: 'datafaker', version: '2.2.2')
Expand Down

0 comments on commit acb4dbb

Please sign in to comment.