Skip to content

Commit

Permalink
fix(deps): update vertx.version to v4.5.0 (#6939)
Browse files Browse the repository at this point in the history
* fix(deps): update vertx.version to v4.5.0

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <[email protected]>
  • Loading branch information
renovate[bot] and waghanza authored Nov 15, 2023
1 parent 1ff3505 commit 603da09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/vertx/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: vertx.io/docs/vertx-core/java/
version: 4.4
version: 4.5

build:
- mvn package
Expand Down
2 changes: 1 addition & 1 deletion java/vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<java.version>17</java.version>
<vertx.version>4.4.6</vertx.version>
<vertx.version>4.5.0</vertx.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion java/vertx4web/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: vertx.io/docs/vertx-web/java/
version: 4.4
version: 4.5

files:
- target/server.jar
Expand Down
2 changes: 1 addition & 1 deletion java/vertx4web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<java.version>17</java.version>
<vertx.version>4.4.6</vertx.version>
<vertx.version>4.5.0</vertx.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 603da09

Please sign in to comment.