We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddd321 commit 8dfac23Copy full SHA for 8dfac23
build.gradle
@@ -200,7 +200,7 @@ dependencies {
200
implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.0'
201
implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0'
202
203
- testImplementation 'io.github.classgraph:classgraph:4.8.68'
+ testImplementation 'io.github.classgraph:classgraph:4.8.69'
204
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1'
205
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1'
206
testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1'
0 commit comments