diff --git a/build.gradle b/build.gradle index 7cda604786b..87360f59962 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,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.94' + testImplementation 'io.github.classgraph:classgraph:4.8.97' 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'