Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.170
Browse files Browse the repository at this point in the history
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.165 to 4.8.170.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.165...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]>
  • Loading branch information
dependabot[bot] authored and skalarproduktraum committed Apr 9, 2024
1 parent 3e7f746 commit 020dab0
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 @@ -106,7 +106,7 @@ dependencies {
api("graphics.scenery:jvrpn:1.2.0", lwjglNatives.filter { !it.contains("arm") }.toTypedArray())
implementation("io.scif:scifio")
implementation("org.bytedeco:ffmpeg:6.1.1-1.5.10", ffmpegNatives)
implementation("io.github.classgraph:classgraph:4.8.165")
implementation("io.github.classgraph:classgraph:4.8.170")

implementation("info.picocli:picocli:4.7.5")

Expand Down

0 comments on commit 020dab0

Please sign in to comment.