Skip to content

Commit

Permalink
Bump smallrye-common-bom from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [smallrye-common-bom](https://github.com/smallrye/smallrye-common) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/smallrye/smallrye-common/releases)
- [Commits](smallrye/smallrye-common@1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: io.smallrye.common:smallrye-common-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2022
1 parent 782e287 commit 7723f53
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 @@ -42,7 +42,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.8.0</smallrye-common.version>
<smallrye-common.version>1.9.0</smallrye-common.version>
<smallrye-config.version>2.8.2</smallrye-config.version>
<smallrye-health.version>3.2.0</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 @@ -53,7 +53,7 @@
<slf4j-api.version>1.7.35</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.8.0</smallrye-common.version>
<smallrye-common.version>1.9.0</smallrye-common.version>
<gradle-tooling.version>7.3.3</gradle-tooling.version>
<quarkus-fs-util.version>0.0.8</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 @@ -51,7 +51,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.3.1</mutiny.version>
<smallrye-common.version>1.8.0</smallrye-common.version>
<smallrye-common.version>1.9.0</smallrye-common.version>
<vertx.version>4.2.4</vertx.version>
<rest-assured.version>4.4.0</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 @@ -53,7 +53,7 @@
<quarkus.version>999-SNAPSHOT</quarkus.version>
<maven-model-helper.version>19</maven-model-helper.version>
<commons-io.version>2.11.0</commons-io.version>
<smallrye-common.version>1.8.0</smallrye-common.version>
<smallrye-common.version>1.9.0</smallrye-common.version>
<jandex-maven-plugin.version>1.2.2</jandex-maven-plugin.version>
</properties>
<modules>
Expand Down

0 comments on commit 7723f53

Please sign in to comment.