Skip to content

Commit 39e63e0

Browse files
build(deps): Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 (#1742)
* build(deps): Bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.176 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.176...classgraph-4.8.177) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Add doc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent d9ac12f commit 39e63e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private static class SingletonInstance {
9898
new Dependency("org.reflections", "reflections", "0.10.2", true,
9999
"http://github.com/ronmamo/reflections", "WTFPL", "http://www.wtfpl.net/"),
100100

101-
new Dependency("io.github.classgraph", "classgraph", "4.8.176", false,
101+
new Dependency("io.github.classgraph", "classgraph", "4.8.177", false,
102102
"https://github.com/classgraph/classgraph", "MIT License",
103103
"http://opensource.org/licenses/MIT"),
104104

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<rich-text-area.version>1.2.1</rich-text-area.version>
172172
<animateFX.version>1.3.0</animateFX.version>
173173
<oshi.version>6.6.5</oshi.version>
174-
<classgraph.version>4.8.176</classgraph.version>
174+
<classgraph.version>4.8.177</classgraph.version>
175175
<checker-qual.version>3.47.0</checker-qual.version>
176176
<jfxtras.version>17-r1</jfxtras.version>
177177
<zip4j.version>2.11.5</zip4j.version>

0 commit comments

Comments
 (0)