Skip to content

Commit 3f46add

Browse files
authored
fix: trying to fix CVE-2025-24970
Bumped vertx version to the latest stable release in pom.xml to address High severity vulnerability CVE-2025-24970
1 parent ec13584 commit 3f46add

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)