diff --git a/build.gradle b/build.gradle index 81d1cd3fb0b..49ae9e0a748 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.2' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.2' - testImplementation 'io.github.classgraph:classgraph:4.8.98' + testImplementation 'io.github.classgraph:classgraph:4.8.102' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.0' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.0'