Skip to content

Commit

Permalink
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.162
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kelvin-olaiya committed Aug 8, 2023
1 parent 0c846fa commit 93a53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.161" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.162" }
jGraph = { module = "org.jgrapht:jgrapht-core", version = "1.5.2" }
common-cli = { module = "commons-cli:commons-cli", version = "1.5.0" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jUnit" }
Expand Down

0 comments on commit 93a53e5

Please sign in to comment.