Skip to content

Commit

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

---
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 Nov 1, 2024
1 parent 60bf84e commit 5fdf0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {
set("picoCliVersion", "4.7.6") // https://mvnrepository.com/artifact/info.picocli/picocli
set("jacksonVersion", "2.18.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema
set("classGraphVersion", "4.8.176") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
set("classGraphVersion", "4.8.177") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
set("kotlinVersion", "2.0.21") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common
set("scalaVersion", "2.13.15")

Expand Down

0 comments on commit 5fdf0d1

Please sign in to comment.