Skip to content

Commit ac28f5e

Browse files
committed
Manage io.github.classgraph:classgraph version
1 parent 822fc2a commit ac28f5e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,10 @@
15591559
<checker-qual.version>3.48.0</checker-qual.version>
15601560
<org.checkerframework.checker-qual.version>${checker-qual.version}</org.checkerframework.checker-qual.version>
15611561

1562+
<!-- ClassGraph - https://github.com/classgraph/classgraph -->
1563+
<classgraph.version>4.8.181</classgraph.version>
1564+
<io.github.classgraph.classgraph.version>${classgraph.version}</io.github.classgraph.classgraph.version>
1565+
15621566
<!-- Commons BeanUtils - https://commons.apache.org/proper/commons-beanutils/ -->
15631567
<commons-beanutils.version>1.9.4</commons-beanutils.version>
15641568
<commons-beanutils.commons-beanutils.version>${commons-beanutils.version}</commons-beanutils.commons-beanutils.version>
@@ -4800,6 +4804,13 @@
48004804
<version>${org.checkerframework.checker-qual.version}</version>
48014805
</dependency>
48024806

4807+
<!-- ClassGraph - https://github.com/classgraph/classgraph -->
4808+
<dependency>
4809+
<groupId>io.github.classgraph</groupId>
4810+
<artifactId>classgraph</artifactId>
4811+
<version>${io.github.classgraph.classgraph.version}</version>
4812+
</dependency>
4813+
48034814
<!-- Commons BeanUtils - https://commons.apache.org/proper/commons-beanutils/ -->
48044815
<dependency>
48054816
<groupId>commons-beanutils</groupId>

0 commit comments

Comments
 (0)