diff --git a/dependencies.gradle b/dependencies.gradle index 0fe58b7..241f35b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -23,7 +23,7 @@ final Map libraries = [ // Keep plaintext versions here so Dependabot can parse the versions; don't interpolate version variables here // because Dependabot is not smart enough to understand those. ant : 'org.apache.ant:ant:1.10.14', - classgraph : 'io.github.classgraph:classgraph:4.8.164', + classgraph : 'io.github.classgraph:classgraph:4.8.165', commonsLang : 'org.apache.commons:commons-lang3:3.13.0', commonsText : 'org.apache.commons:commons-text:1.11.0', dom4j : 'org.dom4j:dom4j:2.1.4',