Skip to content

Commit c0446ae

Browse files
committed
fix: bump Vert.x version to address CVE-2025-24970
Bumped Vert.x version to the latest stable. Closes: #1234 Signed-off-by: ghostroot007 <[email protected]>
1 parent ec13584 commit c0446ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.1.4</version>
1010

1111
<properties>
12-
<vertx.version>4.5.10</vertx.version>
12+
<vertx.version>4.5.14</vertx.version>
1313
<logback.version>1.5.11</logback.version>
1414
<jackson-databind.version>2.16.1</jackson-databind.version>
1515
<junit.version>5.9.2</junit.version>

0 commit comments

Comments
 (0)