Skip to content

Commit 6aec7a6

Browse files
Bump io.smallrye:jandex from 3.2.6 to 3.2.7 (#914)
Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.2.6 to 3.2.7. <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.7</h2> <ul> <li><a href="https://redirect.github.com/smallrye/jandex/issues/500">#500</a> release 3.2.7</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/499">#499</a> Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/498">#498</a> Fix detection of Object type in AnnotationOverlayImpl#annotation</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/497">#497</a> AnnotationOverlayImpl#annotation does not detect Object properly when searching for inherited annotations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/jandex/commit/a6410f71e74d75c5488e49ed45b609dfa5b4770f"><code>a6410f7</code></a> [maven-release-plugin] prepare release 3.2.7</li> <li><a href="https://github.com/smallrye/jandex/commit/86fbaf21f5f62d46eaf21d20ad9bdcc38530eed1"><code>86fbaf2</code></a> Amendments before release</li> <li><a href="https://github.com/smallrye/jandex/commit/33445ae9d628dad63f69a02917ccdd52c25f6e7c"><code>33445ae</code></a> release 3.2.7</li> <li><a href="https://github.com/smallrye/jandex/commit/36fdceab9d6a4e625c588a9ab86dd202133b39b7"><code>36fdcea</code></a> Fix detection of Object type in AnnotationOverlayImpl methods</li> <li><a href="https://github.com/smallrye/jandex/commit/b4143b11c43faffb6621d3de8506a2dc13bd0775"><code>b4143b1</code></a> Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1</li> <li><a href="https://github.com/smallrye/jandex/commit/4b07ecb367622095bb4cee51194a85d5237d3721"><code>4b07ecb</code></a> Amendments after release</li> <li><a href="https://github.com/smallrye/jandex/commit/f5044eeb76f184c229269d544c3602b0f37d4367"><code>f5044ee</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.6...3.2.7">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.6&new-version=3.2.7)](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 b4c954a + 08f0464 commit 6aec7a6

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.6</version>
172+
<version>3.2.7</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)