Skip to content

Commit

Permalink
Merge pull request #20616 from nastra/update-jandex-and-jandex-maven-…
Browse files Browse the repository at this point in the history
…plugin

Update jandex and jandex-maven-plugin versions
  • Loading branch information
aloubyansky authored Oct 8, 2021
2 parents 285e794 + 53b8439 commit 69a9751
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<bouncycastle.version>1.69</bouncycastle.version>
<bouncycastle.fips.version>1.0.2.1</bouncycastle.fips.version>
<bouncycastle.tls.fips.version>1.0.12.2</bouncycastle.tls.fips.version>
<jandex.version>2.4.0.Final</jandex.version>
<jandex.version>2.4.1.Final</jandex.version>
<resteasy.version>4.7.0.Final</resteasy.version>
<opentracing.version>0.33.0</opentracing.version>
<opentracing-jaxrs.version>1.0.0</opentracing-jaxrs.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 @@ -34,7 +34,7 @@
<failsafe-plugin.version>${version.surefire.plugin}</failsafe-plugin.version>

<!-- jandex maven plugin version -->
<jandex-maven-plugin.version>1.2.0</jandex-maven-plugin.version>
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>

<!-- These properties are needed in order for them to be resolvable by the documentation -->
<!-- The Graal version we suggest using in documentation - as that's
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 @@ -38,7 +38,7 @@
<!-- Versions -->
<version.cdi>2.0.2</version.cdi>
<version.jta>1.3.3</version.jta>
<version.jandex>2.4.0.Final</version.jandex>
<version.jandex>2.4.1.Final</version.jandex>
<version.junit5>5.8.1</version.junit5>
<version.maven>3.8.1</version.maven>
<version.assertj>3.20.2</version.assertj>
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 @@ -37,7 +37,7 @@
<maven.compiler.release>11</maven.compiler.release>
<!-- Versions -->
<version.cdi>2.0.2</version.cdi>
<version.jandex>2.4.0.Final</version.jandex>
<version.jandex>2.4.1.Final</version.jandex>
<version.junit5>5.8.1</version.junit5>
<version.maven>3.8.1</version.maven>
<version.assertj>3.20.2</version.assertj>
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 @@ -54,7 +54,7 @@
<maven-model-helper.version>18</maven-model-helper.version>
<commons-io.version>2.11.0</commons-io.version>
<smallrye-common.version>1.6.0</smallrye-common.version>
<jandex-maven-plugin.version>1.2.0</jandex-maven-plugin.version>
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>
</properties>
<modules>
<module>artifact-api</module>
Expand Down

0 comments on commit 69a9751

Please sign in to comment.