Skip to content

Commit

Permalink
Merge pull request #24567 from quarkusio/dependabot/maven/io.smallrye…
Browse files Browse the repository at this point in the history
….common-smallrye-common-bom-1.11.0
  • Loading branch information
dependabot[bot] authored Mar 26, 2022
2 parents e894802 + a656190 commit 6f3944c
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 @@ -38,7 +38,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.10.0</smallrye-common.version>
<smallrye-common.version>1.11.0</smallrye-common.version>
<smallrye-config.version>2.9.2</smallrye-config.version>
<smallrye-health.version>3.2.1</smallrye-health.version>
<smallrye-metrics.version>3.0.4</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.0.0.2</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.10.0</smallrye-common.version>
<smallrye-common.version>1.11.0</smallrye-common.version>
<gradle-tooling.version>7.4.1</gradle-tooling.version>
<quarkus-fs-util.version>0.0.9</quarkus-fs-util.version>
</properties>
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 @@ -55,7 +55,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.4.0</mutiny.version>
<smallrye-common.version>1.10.0</smallrye-common.version>
<smallrye-common.version>1.11.0</smallrye-common.version>
<vertx.version>4.2.4</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 @@ -63,7 +63,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.10.0</smallrye-common.version>
<smallrye-common.version>1.11.0</smallrye-common.version>
<jandex-maven-plugin.version>1.2.2</jandex-maven-plugin.version>
</properties>
<modules>
Expand Down

0 comments on commit 6f3944c

Please sign in to comment.