Skip to content

Commit

Permalink
Merge pull request #10220 from gsmet/quarkus-http-3.0.11
Browse files Browse the repository at this point in the history
Upgrade Quarkus HTTP to 3.0.11.Final
  • Loading branch information
gsmet authored Jun 24, 2020
2 parents 5bb81e3 + 1f2a6c6 commit 93e1d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<opentracing-concurrent.version>0.2.0</opentracing-concurrent.version>
<opentracing-jdbc.version>0.0.12</opentracing-jdbc.version>
<jaeger.version>0.34.0</jaeger.version>
<quarkus-http.version>3.0.10.Final</quarkus-http.version>
<quarkus-http.version>3.0.11.Final</quarkus-http.version>
<jboss-servlet-api_4.0_spec.version>1.0.0.Final</jboss-servlet-api_4.0_spec.version>
<microprofile-config-api.version>1.4</microprofile-config-api.version>
<microprofile-metrics-api.version>2.3</microprofile-metrics-api.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 @@ -50,7 +50,7 @@
<mockito.version>3.3.3</mockito.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<quarkus.version>999-SNAPSHOT</quarkus.version>
<quarkus-http.version>3.0.10.Final</quarkus-http.version>
<quarkus-http.version>3.0.11.Final</quarkus-http.version>
</properties>
<modules>
<module>platform-descriptor-api</module>
Expand Down

0 comments on commit 93e1d0f

Please sign in to comment.