Skip to content

Commit

Permalink
Merge pull request #27676 from quarkusio/dependabot/maven/io.smallrye…
Browse files Browse the repository at this point in the history
….common-smallrye-common-bom-1.13.1

Bump smallrye-common-bom from 1.13.0 to 1.13.1
  • Loading branch information
radcortez committed Sep 2, 2022
2 parents 8c84b02 + 8deb888 commit 09b5d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<microprofile-rest-client.version>2.0</microprofile-rest-client.version>
<microprofile-jwt.version>1.2</microprofile-jwt.version>
<microprofile-lra.version>1.0</microprofile-lra.version>
<smallrye-common.version>1.13.0</smallrye-common.version>
<smallrye-common.version>1.13.1</smallrye-common.version>
<smallrye-config.version>2.11.1</smallrye-config.version>
<smallrye-health.version>3.2.1</smallrye-health.version>
<smallrye-metrics.version>3.0.5</smallrye-metrics.version>
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 @@ -64,7 +64,7 @@
<slf4j-api.version>1.7.36</slf4j-api.version>
<graal-sdk.version>22.2.0</graal-sdk.version>
<plexus-classworlds.version>2.6.0</plexus-classworlds.version> <!-- not actually used but ClassRealm class is referenced from the API used in BootstrapWagonConfigurator -->
<smallrye-common.version>1.13.0</smallrye-common.version>
<smallrye-common.version>1.13.1</smallrye-common.version>
<gradle-tooling.version>7.5.1</gradle-tooling.version>
<quarkus-fs-util.version>0.0.9</quarkus-fs-util.version>
<org-crac.version>0.1.1</org-crac.version>
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 @@ -56,7 +56,7 @@
<jboss-jaxrs-api_2.1_spec.version>2.0.1.Final</jboss-jaxrs-api_2.1_spec.version>
<jakarta.json.version>1.1.6</jakarta.json.version>
<mutiny.version>1.7.0</mutiny.version>
<smallrye-common.version>1.13.0</smallrye-common.version>
<smallrye-common.version>1.13.1</smallrye-common.version>
<vertx.version>4.3.2</vertx.version>
<rest-assured.version>4.5.1</rest-assured.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.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 @@ -61,7 +61,7 @@
<quarkus.version>999-SNAPSHOT</quarkus.version>
<maven-model-helper.version>20</maven-model-helper.version>
<commons-io.version>2.11.0</commons-io.version>
<smallrye-common.version>1.13.0</smallrye-common.version>
<smallrye-common.version>1.13.1</smallrye-common.version>
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
</properties>
<modules>
Expand Down

0 comments on commit 09b5d07

Please sign in to comment.