Skip to content

Commit fd3aab1

Browse files
Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.181 (#3081)
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.181. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.179...classgraph-4.8.181) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.181 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>
1 parent cf4e888 commit fd3aab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ dependencies {
441441
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.0")
442442
testImplementation("junit:junit:4.13.2")
443443
testImplementation("androidx.room:room-testing:2.7.2")
444-
testImplementation("io.github.classgraph:classgraph:4.8.179")
444+
testImplementation("io.github.classgraph:classgraph:4.8.181")
445445

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

0 commit comments

Comments
 (0)