Skip to content

Commit

Permalink
fix(deps): update dependency io.github.classgraph:classgraph to v4.8.…
Browse files Browse the repository at this point in the history
…179 (#11338)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent b857bef commit e9ec449
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.1"
implementation "io.github.classgraph:classgraph:4.8.177"
implementation "io.github.classgraph:classgraph:4.8.179"
testImplementation libs.javax.persistence
testImplementation project(":runtime")
api libs.blaze.persistence.core
Expand Down

0 comments on commit e9ec449

Please sign in to comment.