Skip to content

Commit 367325f

Browse files
Bump io.smallrye:jandex from 3.3.2 to 3.4.0 (#1292)
Bumps [io.smallrye:jandex](https://github.com/smallrye/jandex) from 3.3.2 to 3.4.0. <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.4.0</h2> <ul> <li><a href="https://redirect.github.com/smallrye/jandex/issues/543">#543</a> fix type annotations on the outermost annotatable type of a nested type</li> <li><a href="https://redirect.github.com/smallrye/jandex/issues/544">#544</a> Gizmo 2 integration</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/jandex/commit/e179d6019aa7065fd4ad0939a9b1c8ea113cb55d"><code>e179d60</code></a> [maven-release-plugin] prepare release 3.4.0</li> <li><a href="https://github.com/smallrye/jandex/commit/99e8ce5bd1142732eef7386231696ebc4f93023e"><code>99e8ce5</code></a> Amendments before release</li> <li><a href="https://github.com/smallrye/jandex/commit/2624416160981121ccba6003bae6104a5e5b46af"><code>2624416</code></a> release 3.4.0</li> <li><a href="https://github.com/smallrye/jandex/commit/cf3d9f6fb68ff64a5c26ef74b987ceef732b36ac"><code>cf3d9f6</code></a> improve Gizmo2 integration</li> <li><a href="https://github.com/smallrye/jandex/commit/065062d0022c290c147b19918dca654d74318683"><code>065062d</code></a> add Gizmo 2 integration</li> <li><a href="https://github.com/smallrye/jandex/commit/3c0b2f643da041e78ea127995a58a2b8d5ac580e"><code>3c0b2f6</code></a> fix type annotations on the outermost annotatable type of a nested type</li> <li><a href="https://github.com/smallrye/jandex/commit/fce5c137c6609b8bfcc42a8d147e3a9d5dfb5e07"><code>fce5c13</code></a> Bump version.maven from 3.9.10 to 3.9.11</li> <li><a href="https://github.com/smallrye/jandex/commit/8dfdff2e3c96213608e25f310dd294693e7262f8"><code>8dfdff2</code></a> Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3</li> <li><a href="https://github.com/smallrye/jandex/commit/989b2cc5144b7caaa973e12ca44f52a6667ef4e4"><code>989b2cc</code></a> Amendments after release</li> <li><a href="https://github.com/smallrye/jandex/commit/81116d246c087ff713874824eb4677d03e25d38d"><code>81116d2</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.3.2...3.4.0">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.2&new-version=3.4.0)](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 034f8a4 + 37a0c92 commit 367325f

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
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>io.smallrye</groupId>
175175
<artifactId>jandex</artifactId>
176-
<version>3.3.2</version>
176+
<version>3.4.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)