Skip to content

Commit

Permalink
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent a04877b commit aa0c2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inject-kotlin-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api(libs.managed.ksp)
implementation(libs.managed.kotlin.compiler.embeddable)
implementation "com.squareup.okio:okio:3.9.0"
implementation "io.github.classgraph:classgraph:4.8.149"
implementation "io.github.classgraph:classgraph:4.8.172"
testImplementation libs.javax.persistence
testImplementation project(":runtime")
api libs.blaze.persistence.core
Expand Down

0 comments on commit aa0c2fd

Please sign in to comment.