Skip to content

Commit

Permalink
Merge pull request #23870 from radcortez/srconfig-291
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Feb 22, 2022
2 parents 88c108f + 1aaace8 commit 62c187c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<quarkus-http.version>4.1.7</quarkus-http.version>
<micrometer.version>1.8.3</micrometer.version>
<google-auth.version>0.22.0</google-auth.version>
<microprofile-config-api.version>2.0</microprofile-config-api.version>
<microprofile-config-api.version>2.0.1</microprofile-config-api.version>
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
<microprofile-context-propagation.version>1.2</microprofile-context-propagation.version>
<microprofile-opentracing-api.version>2.0</microprofile-opentracing-api.version>
Expand All @@ -39,7 +39,7 @@
<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-config.version>2.9.0</smallrye-config.version>
<smallrye-config.version>2.9.1</smallrye-config.version>
<smallrye-health.version>3.2.0</smallrye-health.version>
<smallrye-metrics.version>3.0.4</smallrye-metrics.version>
<smallrye-open-api.version>2.1.17</smallrye-open-api.version>
Expand Down
2 changes: 1 addition & 1 deletion tcks/microprofile-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - TCK - MicroProfile Config</name>

<properties>
<microprofile-config-tck.version>2.0</microprofile-config-tck.version>
<microprofile-config-tck.version>2.0.1</microprofile-config-tck.version>
</properties>

<build>
Expand Down

0 comments on commit 62c187c

Please sign in to comment.