Skip to content

Commit

Permalink
Bump io.vertx:vertx-junit5 from 4.4.1 to 4.4.4
Browse files Browse the repository at this point in the history
Bumps io.vertx:vertx-junit5 from 4.4.1 to 4.4.4.

---
updated-dependencies:
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent ecbfc2c commit 4baae3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<confluent.version>7.3.1</confluent.version>
<bouncycastle.version>1.70</bouncycastle.version>
<openapi-generator-version>6.3.0</openapi-generator-version>
<vertx.version>4.4.1</vertx.version>
<vertx.version>4.4.4</vertx.version>
<micrometer.version>1.10.6</micrometer.version>
<netty.version>4.1.94.Final</netty.version>
<jackson.version>2.15.2</jackson.version>
Expand Down
2 changes: 1 addition & 1 deletion gateway-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-junit5</artifactId>
<version>4.4.1</version>
<version>4.4.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4baae3e

Please sign in to comment.