diff --git a/framework/build.gradle b/framework/build.gradle index 5583240e..9c0afdab 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -1,6 +1,6 @@ dependencies { api('com.google.code.findbugs:jsr305:3.0.2') - implementation('io.github.classgraph:classgraph:4.8.171') + implementation('io.github.classgraph:classgraph:4.8.172') api('com.zaxxer:HikariCP:5.1.0') api('com.google.code.gson:gson:2.10.1') // Cannot upgrade to org.asynchttpclient:async-http-client as that requires Netty4 and we use Netty3