Skip to content

Bump classgraph from 4.8.130 to 4.8.132

Bumps classgraph from 4.8.130 to 4.8.132.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.132

Fix a regression with OSGi runtime dependencies of ClassGraph (#597, thanks to @tobias-- for the pull request).

classgraph-4.8.131

Catch unchecked exceptions and errors SecurityException, IllegalArgumentException and IOError in more places when dealing with Path and URI objects, to prevent issues when running with a security manager. Thanks to @elkman for the pull request. (#594).

Commits
  • 8180076 [maven-release-plugin] prepare release classgraph-4.8.132
  • 69488c1 Add missing Narcissus dep
  • bb6907d Merge branch 'latest' of https://github.com/classgraph/classgraph into latest
  • 68ed4a3 Merge pull request #597 from tobias--/osgi-resolution
  • 626dc94 Add missing requires for jvm-driver
  • 70bff06 Mark resolution of jdk.internal.misc as optional
  • f9f173e Merge pull request #596 from classgraph/dependabot/maven/io.github.toolfactor...
  • 5dfdada Bump jvm-driver from 8.4.1 to 8.5.0
  • f350019 [maven-release-plugin] prepare for next development iteration
  • 8596d55 [maven-release-plugin] prepare release classgraph-4.8.131
  • Additional commits viewable in compare view

Merge request reports