Skip to content

Commit

Permalink
Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
Browse files Browse the repository at this point in the history
Bumps `quarkus-http.version` from 5.2.0.Final to 5.2.1.Final.

Updates `io.quarkus.http:quarkus-http-vertx-backend` from 5.2.0.Final to 5.2.1.Final

Updates `io.quarkus.http:quarkus-http-core` from 5.2.0.Final to 5.2.1.Final

Updates `io.quarkus.http:quarkus-http-http-core` from 5.2.0.Final to 5.2.1.Final

Updates `io.quarkus.http:quarkus-http-servlet` from 5.2.0.Final to 5.2.1.Final

Updates `io.quarkus.http:quarkus-http-websocket-vertx` from 5.2.0.Final to 5.2.1.Final

Updates `io.quarkus.http:quarkus-http-websocket-core` from 5.2.0.Final to 5.2.1.Final

---
updated-dependencies:
- dependency-name: io.quarkus.http:quarkus-http-vertx-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-http-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-websocket-vertx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-websocket-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 545e5ea)
  • Loading branch information
dependabot[bot] authored and gsmet committed Mar 6, 2024
1 parent cea9a61 commit e8fed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<opentelemetry.version>1.32.0</opentelemetry.version>
<opentelemetry-alpha.version>1.32.0-alpha</opentelemetry-alpha.version>
<opentelemetry-semconv.version>1.21.0-alpha</opentelemetry-semconv.version> <!-- keep in sync with opentelemetry-java-instrumentation in the alpha bom-->
<quarkus-http.version>5.2.0.Final</quarkus-http.version>
<quarkus-http.version>5.2.1.Final</quarkus-http.version>
<micrometer.version>1.12.2</micrometer.version><!-- keep in sync with hdrhistogram -->
<hdrhistogram.version>2.1.12</hdrhistogram.version><!-- keep in sync with micrometer -->
<google-auth.version>0.22.0</google-auth.version>
Expand Down

0 comments on commit e8fed18

Please sign in to comment.