From 3c259b4de2a73141e6d04e47da7898e3a7e7c192 Mon Sep 17 00:00:00 2001 From: LE SAULNIER Kevin Date: Fri, 13 Dec 2024 10:46:19 +0100 Subject: [PATCH 1/3] feat: upgrade powsybl-ws-commons version to 1.18.0 Signed-off-by: LE SAULNIER Kevin --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index abb9a0416..0bb3018a8 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,7 @@ com.powsybl powsybl-ws-commons + 1.18.0 org.projectlombok From d1d9df37039e64e32c6707943cfe6b8c0122b4a3 Mon Sep 17 00:00:00 2001 From: LE SAULNIER Kevin Date: Fri, 13 Dec 2024 10:54:10 +0100 Subject: [PATCH 2/3] fix: PR remark Signed-off-by: LE SAULNIER Kevin --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bb3018a8..377535632 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,8 @@ org.gridsuite.modification.server **/migration/**/* 0.2.0 + + 1.18.0 @@ -133,7 +135,7 @@ com.powsybl powsybl-ws-commons - 1.18.0 + ${powsybl-ws-commons.version} org.projectlombok From 7a8882c74eb17b1dd7446ce20c19cefa786dc17b Mon Sep 17 00:00:00 2001 From: LE SAULNIER Kevin Date: Fri, 13 Dec 2024 11:16:58 +0100 Subject: [PATCH 3/3] fix: add comment Signed-off-by: LE SAULNIER Kevin --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 377535632..bd2857b9f 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,7 @@ com.powsybl powsybl-ws-commons + ${powsybl-ws-commons.version}