Commit bff1fd0
authored
Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 (#676)
Bumps
[io.github.classgraph:classgraph](https://github.com/classgraph/classgraph)
from 4.8.177 to 4.8.179.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/classgraph/classgraph/releases">io.github.classgraph:classgraph's
releases</a>.</em></p>
<blockquote>
<h2>classgraph-4.8.179</h2>
<p>Fixes URL generation on Windows (uses <code>file:///</code> rather
than <code>file:/</code>) -- <a
href="https://redirect.github.com/classgraph/classgraph/issues/888">#888</a>.
Thanks to <a href="https://github.com/cowwoc"><code>@cowwoc</code></a>
for the fix, <a
href="https://redirect.github.com/classgraph/classgraph/issues/889">#889</a>.</p>
<h2>classgraph-4.8.178</h2>
<p>Fixes classpath finding on Quarkus 3.16 (which changed how the
classloader works, <a
href="https://redirect.github.com/classgraph/classgraph/issues/891">#891</a>).
Thanks to <a
href="https://github.com/michael-simons"><code>@michael-simons</code></a>
for the fix!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/classgraph/classgraph/commit/e6bb8abc912ffd5065fe8cf5c2cd06a854eabc2a"><code>e6bb8ab</code></a>
Merge branch 'latest' of <a
href="https://github.com/classgraph/classgraph">https://github.com/classgraph/classgraph</a>
into latest</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/31ee39fe17f893a54630fef24babedb30795d76a"><code>31ee39f</code></a>
[maven-release-plugin] prepare release classgraph-4.8.179</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/a4ba432c32a4622e60cbc8fd074d07e3b854d9d8"><code>a4ba432</code></a>
Merge pull request <a
href="https://redirect.github.com/classgraph/classgraph/issues/889">#889</a>
from cowwoc/issue-888</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/9ef4eb67fbecb0283a12f2663cc182566438c583"><code>9ef4eb6</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/37e0dc39e8ad7e55b314116eb24eb7f487a110b8"><code>37e0dc3</code></a>
[maven-release-plugin] prepare release classgraph-4.8.178</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/e7bb9f0aa59f6303c3428e81f209a2ea3424ead9"><code>e7bb9f0</code></a>
Merge pull request <a
href="https://redirect.github.com/classgraph/classgraph/issues/894">#894</a>
from michael-simons/quarkus316andhigher</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/515a24cf05d7a05d92ba66b213a81cbc6e525f8c"><code>515a24c</code></a>
Polish <code>QuarkusClassLoaderHandler</code> and
<code>FastPathResolver</code>.</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/9e18854bbccc50c12e3977bc29db0fd874a522bc"><code>9e18854</code></a>
Merge pull request <a
href="https://redirect.github.com/classgraph/classgraph/issues/893">#893</a>
from michael-simons/issue/391</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/8e5cc652dae7a3493215f8f3e0d255b73fb64056"><code>8e5cc65</code></a>
Add a null check, also extract the logic into a separate method.</li>
<li><a
href="https://github.com/classgraph/classgraph/commit/e1ca34d6efb75279b9c0df675a5dfe85536951ae"><code>e1ca34d</code></a>
[QuarkusClassLoaderHandler] Check for both <code>elements</code> and
split element field...</li>
<li>Additional commits viewable in <a
href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.177...classgraph-4.8.179">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments