Skip to content

Commit 4ccd2b0

Browse files
build(deps): Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.180 (#2209)
* build(deps): Bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.180. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.179...classgraph-4.8.180) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.180 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 00e0bc3 commit 4ccd2b0

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.179", false,
101+
new Dependency("io.github.classgraph", "classgraph", "4.8.180", 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
@@ -180,7 +180,7 @@
180180
<rich-text-area.version>1.2.2</rich-text-area.version>
181181
<animateFX.version>1.3.0</animateFX.version>
182182
<oshi.version>6.8.2</oshi.version>
183-
<classgraph.version>4.8.179</classgraph.version>
183+
<classgraph.version>4.8.180</classgraph.version>
184184
<checker-qual.version>3.49.4</checker-qual.version>
185185
<jfxtras.version>17-r1</jfxtras.version>
186186
<zip4j.version>2.11.5</zip4j.version>

0 commit comments

Comments
 (0)