Skip to content

Commit

Permalink
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.176
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 322426c commit e8c1dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly("org.jetbrains:annotations:24.1.0")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20")
implementation("io.github.classgraph:classgraph:4.8.175")
implementation("io.github.classgraph:classgraph:4.8.176")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

Expand Down

0 comments on commit e8c1dd5

Please sign in to comment.