Skip to content

Commit

Permalink
Merge pull request quarkusio#35611 from Ladicek/jandex-3.1.3
Browse files Browse the repository at this point in the history
Upgrade to Jandex 3.1.3
  • Loading branch information
Ladicek committed Aug 30, 2023
2 parents 2aabdbe + 7a8d51e commit c352f20
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.16</bouncycastle.tls.fips.version>
<expressly.version>5.0.0</expressly.version>
<findbugs.version>3.0.2</findbugs.version>
<jandex.version>3.1.2</jandex.version>
<jandex.version>3.1.3</jandex.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<javax.inject.version>1</javax.inject.version>
<parsson.version>1.1.2</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.2</jandex.version>
<jandex.version>3.1.3</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.6.1.Final</version.gizmo>
<version.jandex>3.1.2</version.jandex>
<version.jandex>3.1.3</version.jandex>
<version.jboss-logging>3.5.3.Final</version.jboss-logging>
<version.mutiny>2.2.0</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 @@ -41,7 +41,7 @@
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<jandex.version>3.1.2</jandex.version>
<jandex.version>3.1.3</jandex.version>

<!-- Dependency versions -->
<assertj.version>3.24.2</assertj.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.9.3</version.junit>
<version.assertj>3.24.2</version.assertj>
<version.jandex>3.1.2</version.jandex>
<version.jandex>3.1.3</version.jandex>
<version.gizmo>1.6.1.Final</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.2</jandex.version>
<jandex.version>3.1.3</jandex.version>
<bytebuddy.version>1.12.12</bytebuddy.version>
<junit5.version>5.9.3</junit5.version>
<maven.version>3.9.3</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 @@ -63,7 +63,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<quarkus.version>${project.version}</quarkus.version>
<maven-model-helper.version>25</maven-model-helper.version>
<jandex.version>3.1.2</jandex.version>
<jandex.version>3.1.3</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 c352f20

Please sign in to comment.