Skip to content

Commit 96843dc

Browse files
Bump io.smallrye:jandex from 3.3.0 to 3.3.1 (#1149)
Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.3.0 to 3.3.1. <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.3.1</h2> <ul> <li><a href="https://redirect.github.com/smallrye/jandex/issues/526">#526</a> ClassInfo#simpleName() behaves inconsistently for nested/top-level classes with a dollar sign in name</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/519">#519</a> Add IndexView deprecated javadoc notices</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/514">#514</a> add module-info.class</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/jandex/commit/c9866db8f2ff2c56f03db0cfead8d0ac207b79a8"><code>c9866db</code></a> [maven-release-plugin] prepare release 3.3.1</li> <li><a href="https://github.com/smallrye/jandex/commit/c91bf8a08830211b8aa93da2ff505967aac9ebd7"><code>c91bf8a</code></a> Amendments before release</li> <li><a href="https://github.com/smallrye/jandex/commit/ca0f358768fed8424dbf69b05ae86852002578e8"><code>ca0f358</code></a> release 3.3.1</li> <li><a href="https://github.com/smallrye/jandex/commit/a48cd4cb25cf4194174c4f32b846e6bd17c44a3d"><code>a48cd4c</code></a> fix ClassInfo.simpleName()</li> <li><a href="https://github.com/smallrye/jandex/commit/9e247ae5f79459b8173bae4cfb7dd01b2ffa1311"><code>9e247ae</code></a> Bump burrunan/gradle-cache-action from 2 to 3</li> <li><a href="https://github.com/smallrye/jandex/commit/1e3dd0b5e16bd2ec7c403afbf2e2d5d7dc584798"><code>1e3dd0b</code></a> add module descriptor</li> <li><a href="https://github.com/smallrye/jandex/commit/5a9e1ae7fe038cb35f45f87dd7f2ade578da8dd3"><code>5a9e1ae</code></a> add PrimitiveType.isBox()</li> <li><a href="https://github.com/smallrye/jandex/commit/ac2f69afaf833cf40bac40613c9b1b2fd57290d5"><code>ac2f69a</code></a> add MethodInfo.isAbstract()</li> <li><a href="https://github.com/smallrye/jandex/commit/15ff1aceb05777437356132d27141a7c4c077619"><code>15ff1ac</code></a> Bump com.google.code.gson:gson from 2.13.0 to 2.13.1</li> <li><a href="https://github.com/smallrye/jandex/commit/b973f7abf677fe347106ec3738568cd2338860fc"><code>b973f7a</code></a> CI: remove Java 23, add Java 24</li> <li>Additional commits viewable in <a href="https://github.com/smallrye/jandex/compare/3.3.0...3.3.1">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.3.0&new-version=3.3.1)](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 d04621f + f1a86d2 commit 96843dc

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
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>io.smallrye</groupId>
172172
<artifactId>jandex</artifactId>
173-
<version>3.3.0</version>
173+
<version>3.3.1</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)