Skip to content

Commit bcaf5a1

Browse files
Bump io.smallrye:jandex from 3.2.5 to 3.2.6 (#894)
Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.2.5 to 3.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smallrye/jandex/releases">io.smallrye:jandex's releases</a>.</em></p> <blockquote> <h2>3.2.6</h2> <ul> <li><a href="https://redirect.github.com/smallrye/jandex/issues/496">#496</a> release 3.2.6</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/495">#495</a> improve performance of the annotation overlay</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/jandex/commit/c37e32bbd6e56c490c5eb88308d4fe2833983d7c"><code>c37e32b</code></a> [maven-release-plugin] prepare release 3.2.6</li> <li><a href="https://github.com/smallrye/jandex/commit/f3f7e010395950491379715fe05cc13039525d78"><code>f3f7e01</code></a> Amendments before release</li> <li><a href="https://github.com/smallrye/jandex/commit/5f243e1059a76fa36faedc63439fb9d1bb007f20"><code>5f243e1</code></a> release 3.2.6</li> <li><a href="https://github.com/smallrye/jandex/commit/6656c5bf2c9503e2972ac662c775c540695e8c52"><code>6656c5b</code></a> add benchmark for the annotation overlay</li> <li><a href="https://github.com/smallrye/jandex/commit/e4abfd1ecab8379ee393daae711a4dcb25c05920"><code>e4abfd1</code></a> improve performance of the annotation overlay</li> <li><a href="https://github.com/smallrye/jandex/commit/f5d3381ccdf4e9d10ffcf8f1e41c3361561a1fe4"><code>f5d3381</code></a> improve javadoc of the EquivalenceKey</li> <li><a href="https://github.com/smallrye/jandex/commit/0e6b157c985e1943093ed8c08cd32c8cb8b0901e"><code>0e6b157</code></a> Amendments after release</li> <li><a href="https://github.com/smallrye/jandex/commit/3e69938111620668e220f8ba983b058f765d1b10"><code>3e69938</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/smallrye/jandex/compare/3.2.5...3.2.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.smallrye:jandex&package-manager=maven&previous-version=3.2.5&new-version=3.2.6)](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 98c144a + 8b4ab98 commit bcaf5a1

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
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>io.smallrye</groupId>
171171
<artifactId>jandex</artifactId>
172-
<version>3.2.5</version>
172+
<version>3.2.6</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)