Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent db531a3 commit 4382fce
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.1</smallrye-common.version>
<smallrye-common.version>2.0.0</smallrye-common.version>
<smallrye-config.version>2.12.1</smallrye-config.version>
<smallrye-health.version>3.3.0</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.1</smallrye-common.version>
<smallrye-common.version>2.0.0</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.1</smallrye-common.version>
<smallrye-common.version>2.0.0</smallrye-common.version>
<vertx.version>4.3.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 @@ -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.1</smallrye-common.version>
<smallrye-common.version>2.0.0</smallrye-common.version>
<jandex.version>3.0.1</jandex.version>
</properties>
<modules>
Expand Down

0 comments on commit 4382fce

Please sign in to comment.