|
207 | 207 | <version>1.0.3</version>
|
208 | 208 | <type>jar</type>
|
209 | 209 | </dependency>
|
| 210 | + <dependency> |
| 211 | + <groupId>jakarta.ws.rs</groupId> |
| 212 | + <artifactId>jakarta.ws.rs-api</artifactId> |
| 213 | + <version>4.0.0</version> |
| 214 | + <type>jar</type> |
| 215 | + </dependency> |
210 | 216 | <dependency>
|
211 | 217 | <groupId>jakarta.ws.rs</groupId>
|
212 | 218 | <artifactId>jakarta.ws.rs-api</artifactId>
|
|
228 | 234 | <dependency>
|
229 | 235 | <groupId>org.glassfish.jersey.connectors</groupId>
|
230 | 236 | <artifactId>jersey-apache-connector</artifactId>
|
231 |
| - <version>3.1.7</version> |
| 237 | + <version>3.1.8</version> |
232 | 238 | <type>jar</type>
|
233 | 239 | </dependency>
|
234 | 240 | <dependency>
|
235 | 241 | <groupId>org.glassfish.jersey.core</groupId>
|
236 | 242 | <artifactId>jersey-client</artifactId>
|
237 |
| - <version>3.1.7</version> |
| 243 | + <version>3.1.8</version> |
238 | 244 | <type>jar</type>
|
239 | 245 | </dependency>
|
240 | 246 | <dependency>
|
241 | 247 | <groupId>org.glassfish.jersey.core</groupId>
|
242 | 248 | <artifactId>jersey-common</artifactId>
|
243 |
| - <version>3.1.7</version> |
| 249 | + <version>3.1.8</version> |
244 | 250 | <type>jar</type>
|
245 | 251 | </dependency>
|
246 | 252 | <dependency>
|
247 | 253 | <groupId>org.glassfish.jersey.core</groupId>
|
248 | 254 | <artifactId>jersey-server</artifactId>
|
249 |
| - <version>3.1.7</version> |
| 255 | + <version>3.1.8</version> |
250 | 256 | <type>jar</type>
|
251 | 257 | </dependency>
|
252 | 258 | <dependency>
|
253 | 259 | <groupId>org.glassfish.jersey.ext</groupId>
|
254 | 260 | <artifactId>jersey-entity-filtering</artifactId>
|
255 |
| - <version>3.1.7</version> |
| 261 | + <version>3.1.8</version> |
256 | 262 | <type>jar</type>
|
257 | 263 | </dependency>
|
258 | 264 | <dependency>
|
259 | 265 | <groupId>org.glassfish.jersey.media</groupId>
|
260 | 266 | <artifactId>jersey-media-json-jackson</artifactId>
|
261 |
| - <version>3.1.7</version> |
| 267 | + <version>3.1.8</version> |
262 | 268 | <type>jar</type>
|
263 | 269 | </dependency>
|
264 | 270 | <dependency>
|
265 | 271 | <groupId>org.glassfish.jersey.inject</groupId>
|
266 | 272 | <artifactId>jersey-hk2</artifactId>
|
267 |
| - <version>3.1.7</version> |
| 273 | + <version>3.1.8</version> |
268 | 274 | <type>jar</type>
|
269 | 275 | </dependency>
|
270 | 276 | <dependency>
|
|
276 | 282 | <dependency>
|
277 | 283 | <groupId>org.mandas</groupId>
|
278 | 284 | <artifactId>docker-client</artifactId>
|
279 |
| - <version>7.0.8</version> |
| 285 | + <version>8.0.1</version> |
280 | 286 | <type>jar</type>
|
281 | 287 | </dependency>
|
282 | 288 | </dependencies>
|
|
0 commit comments