Skip to content

Commit

Permalink
merge: #626
Browse files Browse the repository at this point in the history
626: build(deps): Bump classgraph from 4.8.153 to 4.8.154 r=korthout a=dependabot[bot]

Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.153 to 4.8.154.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/classgraph/classgraph/releases">classgraph's releases</a>.</em></p>
<blockquote>
<h2>classgraph-4.8.154</h2>
<ul>
<li>Add <code>getTypeAnnotationInfo()</code> to all type signature classes (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/741">#741</a>, thanks to <a href="https://github.com/platosha"><code>`@​platosha</code></a>` for the suggestion).</li>
<li>Fix &quot;Wildcarded classpath entries not working any more&quot; (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/739">#739</a>, thanks to <a href="https://github.com/vashaefer"><code>`@​vashaefer</code></a>` for the report).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/classgraph/classgraph/commit/92b644677964496fb841ba41bed52247f8a24786"><code>92b6446</code></a> [maven-release-plugin] prepare release classgraph-4.8.154</li>
<li><a href="https://github.com/classgraph/classgraph/commit/c88029a8f4d195e566de740d227ae2fe558ad632"><code>c88029a</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/c21fa516f4dbee1560179cac55f982f928bfd42f"><code>c21fa51</code></a> Fix globs on classpath (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/739">#739</a>)</li>
<li><a href="https://github.com/classgraph/classgraph/commit/96f719a73d038a9ba5f9d5484cb10650c51c024c"><code>96f719a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/743">#743</a> from cowwoc/classgraph-fix-typo</li>
<li><a href="https://github.com/classgraph/classgraph/commit/220451f7efc9310859f7f0264edd72914976ad4e"><code>220451f</code></a> Fixed typo</li>
<li><a href="https://github.com/classgraph/classgraph/commit/42753efb26cfa16be0daf761ca5a8e8c36401e40"><code>42753ef</code></a> Refactoring so that all type signatures support getTypeAnnotationInfo()</li>
<li><a href="https://github.com/classgraph/classgraph/commit/114277ed39e8a86215e8d9c4c386abd54e8c1b92"><code>114277e</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.153...classgraph-4.8.154">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.classgraph:classgraph&package-manager=maven&previous-version=4.8.153&new-version=4.8.154)](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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] authored Jan 3, 2023
2 parents 9741d7e + 0e18259 commit f8b9524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency.awaitility.version>4.2.0</dependency.awaitility.version>
<dependency.bytebuddy.version>1.12.20</dependency.bytebuddy.version>
<dependency.camundamodel.version>7.18.0</dependency.camundamodel.version>
<dependency.classgraph.version>4.8.153</dependency.classgraph.version>
<dependency.classgraph.version>4.8.154</dependency.classgraph.version>
<dependency.commons.version>3.12.0</dependency.commons.version>
<dependency.errorprone.version>2.17.0</dependency.errorprone.version>
<dependency.feel.version>1.15.3</dependency.feel.version>
Expand Down

0 comments on commit f8b9524

Please sign in to comment.