Skip to content

Commit b7ef3c1

Browse files
Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177
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]>
1 parent ff8a64a commit b7ef3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ dependencies {
409409
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
410410
testImplementation("junit:junit:4.13.2")
411411
testImplementation("androidx.room:room-testing:2.6.1")
412-
testImplementation("io.github.classgraph:classgraph:4.8.176")
412+
testImplementation("io.github.classgraph:classgraph:4.8.177")
413413

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

0 commit comments

Comments
 (0)