Upgrade io.github.classgraph:classgraph from 4.8.102 to 4.8.112

Fixes [sonatype-2021-1074] CWE-611: Improper Restriction of XML External Entity Reference ('XXE')
This commit is contained in:
Andreas Dangel 2022-06-09 16:19:28 +02:00
parent 4b2c3fa1a4
commit a8a61f2c44
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

10
pom.xml
View File

@ -922,6 +922,16 @@
<version>13.0</version>
<scope>test</scope>
</dependency>
<!-- transitive dependency through io.kotest/kotest-runner-junit5-jvm@4.4.3
upgrade to 4.8.112 to fix [sonatype-2021-1074] CWE-611: Improper Restriction of XML External Entity Reference ('XXE')
https://github.com/classgraph/classgraph/releases/tag/classgraph-4.8.112
-->
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.112</version>
</dependency>
</dependencies>
</dependencyManagement>