Skip to content

Commit

Permalink
Merge pull request #152 from thelooter/renovate/io.github.classgraph-…
Browse files Browse the repository at this point in the history
…classgraph-4.x

fix(deps): update dependency io.github.classgraph:classgraph to v4.8.168
  • Loading branch information
thelooter authored Mar 11, 2024
2 parents 72ba7f6 + 0674de9 commit 4e3ba3d
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 @@ -18,7 +18,7 @@ dependencies {
compileOnly("org.jetbrains:annotations:24.1.0")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
implementation("io.github.classgraph:classgraph:4.8.165")
implementation("io.github.classgraph:classgraph:4.8.168")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")

Expand Down

0 comments on commit 4e3ba3d

Please sign in to comment.