@@ -23,11 +23,11 @@ SPDX-License-Identifier: Apache-2.0
23
23
<surefire-plugin .version>3.0.0-M7</surefire-plugin .version>
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
- <compas .core.version>0.9.3 </compas .core.version>
26
+ <compas .core.version>0.11.0 </compas .core.version>
27
27
28
- <quarkus .platform.version>2.14.0 .Final</quarkus .platform.version>
29
- <slf4j .version>2.0.3</ slf4j .version>
30
- <powsybl .sld.version>2.13.1 </powsybl .sld.version>
28
+ <quarkus .platform.version>2.14.1 .Final</quarkus .platform.version>
29
+ <log4j2 .version>2.19.0</ log4j2 .version>
30
+ <powsybl .sld.version>3.0.0 </powsybl .sld.version>
31
31
<gson .version>2.10</gson .version>
32
32
<openpojo .version>0.9.1</openpojo .version>
33
33
</properties >
@@ -76,7 +76,7 @@ SPDX-License-Identifier: Apache-2.0
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.lfenergy.compas.core</groupId >
79
- <artifactId >jaxrs -commons</artifactId >
79
+ <artifactId >rest -commons</artifactId >
80
80
<version >${compas.core.version} </version >
81
81
</dependency >
82
82
@@ -95,13 +95,24 @@ SPDX-License-Identifier: Apache-2.0
95
95
<dependency >
96
96
<groupId >org.eclipse.microprofile.openapi</groupId >
97
97
<artifactId >microprofile-openapi-api</artifactId >
98
- <version >3.0 </version >
98
+ <version >3.1 </version >
99
99
</dependency >
100
100
101
101
<dependency >
102
- <groupId >org.slf4j</groupId >
103
- <artifactId >slf4j-simple</artifactId >
104
- <version >${slf4j.version} </version >
102
+ <groupId >org.apache.logging.log4j</groupId >
103
+ <artifactId >log4j-api</artifactId >
104
+ <version >${log4j2.version} </version >
105
+ </dependency >
106
+ <dependency >
107
+ <groupId >org.apache.logging.log4j</groupId >
108
+ <artifactId >log4j-core</artifactId >
109
+ <version >${log4j2.version} </version >
110
+ </dependency >
111
+ <!-- Bridge is needed for other dependency -->
112
+ <dependency >
113
+ <groupId >org.apache.logging.log4j</groupId >
114
+ <artifactId >log4j-slf4j-impl</artifactId >
115
+ <version >${log4j2.version} </version >
105
116
</dependency >
106
117
107
118
<dependency >
0 commit comments