Skip to content

Commit 0ef5b26

Browse files
committed
Vert.x version update for remediation of known vulnerabilities
1 parent 93baff3 commit 0ef5b26

5 files changed

Lines changed: 3 additions & 16 deletions

File tree

prototypes-line/v0-stack-integration/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2121
</license>
2222
</licenses>
23+
2324
<developers>
2425
<developer>
2526
<id>o.lemee</id>

prototypes-line/v0-stack-integration/proto-asset-control/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
5757
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
5858
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
59+
<vertx.version>4.5.22</vertx.version>
60+
<junit-jupiter.version>5.7.0</junit-jupiter.version>
5961
</properties>
6062

6163
<build>

prototypes-line/v0-stack-integration/proto-asset-control/proto-backend-ui-server/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
</scm>
4343

4444
<properties>
45-
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
46-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
47-
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
48-
<vertx.version>4.3.8</vertx.version>
49-
<junit-jupiter.version>5.7.0</junit-jupiter.version>
50-
5145
<main.verticle>org.cybnity.application.asset_control.ui.system.backend.SockJSReactiveBackendServer</main.verticle>
5246
<launcher.class>io.vertx.core.Launcher</launcher.class>
5347
</properties>

prototypes-line/v0-stack-integration/proto-asset-control/proto-domain-gateway-server/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
</scm>
4242

4343
<properties>
44-
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
45-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
46-
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
47-
<vertx.version>4.5.22</vertx.version>
48-
<junit-jupiter.version>5.7.0</junit-jupiter.version>
4944
<main.verticle>org.cybnity.application.areas_assets_protection.domain.system.gateway.AreasAssetsProtectionUISGateway</main.verticle>
5045
<launcher.class>io.vertx.core.Launcher</launcher.class>
5146
</properties>

prototypes-line/v0-stack-integration/proto-asset-control/proto-rts-computation-unit-server/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
</scm>
4343

4444
<properties>
45-
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
46-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
47-
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
48-
<vertx.version>4.3.8</vertx.version>
49-
<junit-jupiter.version>5.7.0</junit-jupiter.version>
5045
<main.verticle>org.cybnity.application.asset_control.domain.system.AssetControlComputationUnit</main.verticle>
5146
<launcher.class>io.vertx.core.Launcher</launcher.class>
5247
</properties>

0 commit comments

Comments
 (0)