Skip to content

Commit

Permalink
Merge pull request #2281 from ozangunalp/update_jandex_plugin
Browse files Browse the repository at this point in the history
Update from org.jboss jandex 1.2.3 to io.smallrye jandex 3.1.3
  • Loading branch information
cescoffier authored Sep 13, 2023
2 parents 01b3e17 + 25efb3e commit 10c8e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<jackson.version>2.15.2</jackson.version>
<yasson.version>2.0.3</yasson.version>

<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<jandex-maven-plugin.version>3.1.3</jandex-maven-plugin.version>
<sundr-maven-plugin.version>0.100.3</sundr-maven-plugin.version>

<nats-embedded.version>2.1.1</nats-embedded.version>
Expand Down Expand Up @@ -493,7 +493,7 @@
</plugin>

<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex-maven-plugin.version}</version>
<executions>
Expand Down

0 comments on commit 10c8e08

Please sign in to comment.