Skip to content

Commit

Permalink
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.174
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 0e51f83 commit 62d0ad9
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.174"
testImplementation libs.javax.persistence
testImplementation project(":runtime")
api libs.blaze.persistence.core
Expand Down

0 comments on commit 62d0ad9

Please sign in to comment.