Skip to content

Commit

Permalink
build(deps): bump io.vertx.web.version from 4.3.7 to 4.4.4 (#1565) (#…
Browse files Browse the repository at this point in the history
…1620)

* build(deps): bump io.vertx.web.version from 4.3.7 to 4.4.4

Bumps `io.vertx.web.version` from 4.3.7 to 4.4.4.

Updates `vertx-web` from 4.3.7 to 4.4.4

Updates `vertx-web-client` from 4.3.7 to 4.4.4

Updates `vertx-web-graphql` from 4.3.7 to 4.4.4

---
updated-dependencies:
- dependency-name: io.vertx:vertx-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-web-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.vertx:vertx-web-graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update netty version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Azores <aazores@redhat.com>
(cherry picked from commit d35a05b)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dependabot[bot] authored Aug 22, 2023
1 parent f7bf6a6 commit 0ee5553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
<org.apache.httpcomponents.version>4.5.14</org.apache.httpcomponents.version>
<io.fabric8.client.version>6.3.1</io.fabric8.client.version>
<io.vertx.web.version>4.3.7</io.vertx.web.version>
<io.vertx.web.version>4.4.4</io.vertx.web.version>
<!--
FIXME this needs to be synced with the vertx version - is there a BOM to use or something?
https://github.com/vert-x3/vertx-web/blob/${io.vertx.web.version}/vertx-web-graphql/pom.xml#L35
Expand Down Expand Up @@ -214,7 +214,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
<version>4.1.86.Final</version><!-- FIXME this should be tied to the vertx version -->
<version>4.1.94.Final</version><!-- FIXME this should be tied to the vertx version -->
<!-- https://repo1.maven.org/maven2/io/vertx/vertx-dependencies/${io.vertx.web.version}/vertx-dependencies-${io.vertx.web.version}.pom -->
<!-- https://groups.google.com/g/vertx/c/uzzcgw-YuOg -->
</dependency>
Expand Down

0 comments on commit 0ee5553

Please sign in to comment.