Skip to content

Commit f5cab38

Browse files
Bump io.github.classgraph:classgraph from 4.8.180 to 4.8.181 (#1281)
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.180 to 4.8.181. <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.181</h2> <p>Fixes:</p> <ul> <li><a href="https://redirect.github.com/classgraph/classgraph/issues/906">#906</a> (classloader delegation order issue)</li> <li><a href="https://redirect.github.com/classgraph/classgraph/issues/896">#896</a> (JBoss exploded jars not being found -- regression)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/classgraph/classgraph/commit/da15ece153a138944f35af7d5242852dbe9fb8e8"><code>da15ece</code></a> v4.8.181</li> <li><a href="https://github.com/classgraph/classgraph/commit/6310533c138b2fd5013e0146c8de8ff9c70ce152"><code>6310533</code></a> Use all applicable ClassLoaderHandlers (<a href="https://redirect.github.com/classgraph/classgraph/issues/906">#906</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/42943e445c8ddb3ea30d9ecef011ec8cb68f377f"><code>42943e4</code></a> Bump version number back down</li> <li><a href="https://github.com/classgraph/classgraph/commit/7075641f135d3f7057acf9a47ca034109dcb9fb2"><code>7075641</code></a> Try fixing JBossClassLoaderHandler (<a href="https://redirect.github.com/classgraph/classgraph/issues/896">#896</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/8aee8c95e67f2b21024b03599ba18a1032d39884"><code>8aee8c9</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/classgraph/classgraph/commit/5a1a4c10057124cae89b35a5f28cdf1d300be017"><code>5a1a4c1</code></a> [maven-release-plugin] prepare release classgraph-4.8.181</li> <li><a href="https://github.com/classgraph/classgraph/commit/2e1d3353beeadb2c000595f809998f288fcaf2c9"><code>2e1d335</code></a> Add back JBoss code (<a href="https://redirect.github.com/classgraph/classgraph/issues/869">#869</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/981366d117b3e72d414512a75432d3c787bd02fc"><code>981366d</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.180...classgraph-4.8.181">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.180&new-version=4.8.181)](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>
2 parents c567be3 + c46e531 commit f5cab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>io.github.classgraph</groupId>
206206
<artifactId>classgraph</artifactId>
207-
<version>4.8.180</version>
207+
<version>4.8.181</version>
208208
<scope>test</scope>
209209
<exclusions>
210210
<exclusion>

0 commit comments

Comments
 (0)