diff --git a/inject-kotlin-test/build.gradle b/inject-kotlin-test/build.gradle index 59d90e31060..4a4c5328e9a 100644 --- a/inject-kotlin-test/build.gradle +++ b/inject-kotlin-test/build.gradle @@ -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