Skip to content

Commit a690f2c

Browse files
authored
fix(deps): update vertx packages to v4.2.6 (GoogleCloudPlatform#6894)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.vertx:vertx-unit](http://nexus.sonatype.org/oss-repository-hosting.html) ([source](https://togithub.com/vert-x3/vertx-ext-parent)) | `4.2.5` -> `4.2.6` | [![age](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-unit/4.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-unit/4.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-unit/4.2.6/compatibility-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-unit/4.2.6/confidence-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | | [io.vertx:vertx-web-client](http://nexus.sonatype.org/oss-repository-hosting.html) ([source](https://togithub.com/vert-x3/vertx-ext-parent)) | `4.2.5` -> `4.2.6` | [![age](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web-client/4.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web-client/4.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web-client/4.2.6/compatibility-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web-client/4.2.6/confidence-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | | [io.vertx:vertx-web](http://nexus.sonatype.org/oss-repository-hosting.html) ([source](https://togithub.com/vert-x3/vertx-ext-parent)) | `4.2.5` -> `4.2.6` | [![age](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web/4.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web/4.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web/4.2.6/compatibility-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-web/4.2.6/confidence-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | | [io.vertx:vertx-core](http://nexus.sonatype.org/oss-repository-hosting.html) ([source](https://togithub.com/eclipse/vert.x)) | `4.2.5` -> `4.2.6` | [![age](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-core/4.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-core/4.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-core/4.2.6/compatibility-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.vertx:vertx-core/4.2.6/confidence-slim/4.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eclipse/vert.x</summary> ### [`v4.2.6`](https://togithub.com/eclipse/vert.x/compare/4.2.5...4.2.6) [Compare Source](https://togithub.com/eclipse/vert.x/compare/4.2.5...4.2.6) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent b8a6a75 commit a690f2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • appengine-java11/vertx-helloworld

appengine-java11/vertx-helloworld/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ limitations under the License.
4141
<dependency>
4242
<groupId>io.vertx</groupId>
4343
<artifactId>vertx-core</artifactId>
44-
<version>4.2.5</version>
44+
<version>4.2.6</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.vertx</groupId>
4848
<artifactId>vertx-web</artifactId>
49-
<version>4.2.5</version>
49+
<version>4.2.6</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.vertx</groupId>
5353
<artifactId>vertx-web-client</artifactId>
54-
<version>4.2.5</version>
54+
<version>4.2.6</version>
5555
</dependency>
5656

5757
<dependency>
@@ -68,7 +68,7 @@ limitations under the License.
6868
<dependency>
6969
<groupId>io.vertx</groupId>
7070
<artifactId>vertx-unit</artifactId>
71-
<version>4.2.5</version>
71+
<version>4.2.6</version>
7272
</dependency>
7373
</dependencies>
7474
<build>

0 commit comments

Comments
 (0)