Skip to content

Commit 8b9cc0f

Browse files
fix(deps): update vertx.version to v5
1 parent 5702e9f commit 8b9cc0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Demo project for Vertx</description>
1212

1313
<properties>
14-
<vertx.version>4.5.18</vertx.version>
14+
<vertx.version>5.0.3</vertx.version>
1515
<maven.compiler.release>21</maven.compiler.release>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<vertx.verticle>benchmark.vertx.BenchmarkApplication</vertx.verticle>

java/vertx4web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Demo project for Vertx Web</description>
1212

1313
<properties>
14-
<vertx.version>4.5.18</vertx.version>
14+
<vertx.version>5.0.3</vertx.version>
1515
<maven.compiler.release>21</maven.compiler.release>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<vertx.verticle>benchmark.vertx4web.BenchmarkApplication</vertx.verticle>

0 commit comments

Comments
 (0)