Skip to content

Commit

Permalink
Upgrade to Jandex 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Nov 28, 2023
1 parent 670b43c commit 6986f80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<bouncycastle.tls.fips.version>1.0.17</bouncycastle.tls.fips.version>
<expressly.version>5.0.0</expressly.version>
<findbugs.version>3.0.2</findbugs.version>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<javax.inject.version>1</javax.inject.version>
<parsson.version>1.1.5</parsson.version>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<failsafe-plugin.version>${version.surefire.plugin}</failsafe-plugin.version>

<!-- Jandex versions -->
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<jandex-gradle-plugin.version>1.0.0</jandex-gradle-plugin.version>

<asciidoctorj.version>2.5.10</asciidoctorj.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<version.jta>2.0.1</version.jta>
<!-- main versions -->
<version.gizmo>1.7.0</version.gizmo>
<version.jandex>3.1.5</version.jandex>
<version.jandex>3.1.6</version.jandex>
<version.jboss-logging>3.5.3.Final</version.jboss-logging>
<version.mutiny>2.5.1</version.mutiny>
<version.bridger>1.6.Final</version.bridger>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>

<!-- Dependency versions -->
<assertj.version>3.24.2</assertj.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/junit5-virtual-threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<compiler.plugin.version>3.11.0</compiler.plugin.version>
<enforcer.plugin.version>3.2.1</enforcer.plugin.version>
<surefire.plugin.version>3.1.2</surefire.plugin.version>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version>
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>

Expand Down
2 changes: 1 addition & 1 deletion independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.release>11</maven.compiler.release>
<version.junit>5.10.0</version.junit>
<version.assertj>3.24.2</version.assertj>
<version.jandex>3.1.5</version.jandex>
<version.jandex>3.1.6</version.jandex>
<version.gizmo>1.7.0</version.gizmo>
<version.jboss-logging>3.5.3.Final</version.jboss-logging>
<version.compiler.plugin>3.11.0</version.compiler.plugin>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.compiler.release>11</maven.compiler.release>
<!-- Versions -->
<jakarta.enterprise.cdi-api.version>4.0.1</jakarta.enterprise.cdi-api.version>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<bytebuddy.version>1.12.12</bytebuddy.version>
<junit5.version>5.10.0</junit5.version>
<maven.version>3.9.5</maven.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<quarkus.version>${project.version}</quarkus.version>
<maven-model-helper.version>25</maven-model-helper.version>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<system-stubs-jupiter.version>2.0.2</system-stubs-jupiter.version>
<awaitility.version>4.2.0</awaitility.version>
</properties>
Expand Down

0 comments on commit 6986f80

Please sign in to comment.