Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent ff8a64a commit db65cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
testImplementation("junit:junit:4.13.2")
testImplementation("androidx.room:room-testing:2.6.1")
testImplementation("io.github.classgraph:classgraph:4.8.176")
testImplementation("io.github.classgraph:classgraph:4.8.177")

implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))

Expand Down

0 comments on commit db65cb3

Please sign in to comment.