From 17209a2f7bb2e302fb5e2a6b93cd82fa92b7f351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:37:35 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.177 to 4.8.179. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.177...classgraph-4.8.179) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50e71a30..f0e2b358 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ dependencies { implementation('org.hid4java:hid4java:0.8.0') { exclude module: 'jna' } implementation 'com.xenoamess:JXInput:1.0.1' implementation 'com.google.code.gson:gson:2.11.0' - implementation 'io.github.classgraph:classgraph:4.8.177' + implementation 'io.github.classgraph:classgraph:4.8.179' implementation "net.java.dev.jna:jna-jpms:$jnaVersion" implementation "net.java.dev.jna:jna-platform-jpms:$jnaVersion" implementation('org.apache.xmlgraphics:batik-swing:1.18') { exclude group: 'xml-apis', module: 'xml-apis' }