Skip to content

Commit e75cd5f

Browse files
Bump io.github.classgraph:classgraph from 4.8.181 to 4.8.184 (#3142)
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.181 to 4.8.184. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.181...classgraph-4.8.184) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.184 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> Co-authored-by: Den <DenBond7@gmail.com>
1 parent cc16677 commit e75cd5f

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
@@ -452,7 +452,7 @@ dependencies {
452452
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.20")
453453
testImplementation("junit:junit:4.13.2")
454454
testImplementation("androidx.room:room-testing:2.8.1")
455-
testImplementation("io.github.classgraph:classgraph:4.8.181")
455+
testImplementation("io.github.classgraph:classgraph:4.8.184")
456456

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

0 commit comments

Comments
 (0)