SolteraGG / StickyAPI

Utility methods, classes and potentially code-dupe-annihilating code for DDD plugins.
MIT License
2 stars 5 forks source link

Bump classgraph from 4.8.105 to 4.8.109 #154

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps classgraph from 4.8.105 to 4.8.109.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.108

JDK 11 classfile format compatibility fix (JDK 11 added a constant pool tag, and the classfile can't be read without knowing how long the corresponding constant pool entry is expected to be). (#527, thanks to @​haoyuf for reporting.)

classgraph-4.8.107

Fix classloader detection for TomEE JAX-RS endpoints (#515, thanks to @​Restage for detailed assistance in debugging this weird issue!).

classgraph-4.8.106

  • Support TomEE classloaders for JAX-RS endpoints (#515, thanks to @​Restage for the request)
  • Don't try reading user.dir (the current directory) unless it's on the classpath, since some security environments can't read the current directory (#520, thanks to @​elkman for the bug report).
Commits
  • 94de3b4 [maven-release-plugin] prepare release classgraph-4.8.109
  • 5950768 Source > Cleanup
  • 5b34cf6 Fix version number
  • 1ca58ac Merge pull request #532 from itmrat01/latest
  • 05988ca [ICO-XXX] New version
  • b8cc7e9 [ICO-XXX] Add class loader handler for quarkus 1.13.3
  • 19669b0 Merge pull request #530 from classgraph/dependabot/maven/org.assertj-assertj-...
  • 769a50b Bump assertj-core from 3.20.1 to 3.20.2
  • 2994e93 Merge pull request #529 from classgraph/dependabot/maven/org.assertj-assertj-...
  • 90c9ec5 Bump assertj-core from 3.20.0 to 3.20.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 3 years ago

Codecov Report

Merging #154 (ca4d4f3) into master (262edf1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   34.72%   34.72%           
=======================================
  Files          63       63           
  Lines        2534     2534           
  Branches      286      286           
=======================================
  Hits          880      880           
  Misses       1591     1591           
  Partials       63       63           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 262edf1...ca4d4f3. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #156.