|
200 | 200 | <dependency>
|
201 | 201 | <groupId>org.glassfish.hk2</groupId>
|
202 | 202 | <artifactId>osgi-resource-locator</artifactId>
|
203 |
| - <version>1.0.4</version> |
| 203 | + <version>3.0.0</version> |
204 | 204 | <type>jar</type>
|
205 | 205 | </dependency>
|
206 | 206 | <dependency>
|
207 | 207 | <groupId>jakarta.ws.rs</groupId>
|
208 | 208 | <artifactId>jakarta.ws.rs-api</artifactId>
|
209 |
| - <version>3.1.0</version> |
| 209 | + <version>4.0.0</version> |
210 | 210 | <type>jar</type>
|
211 | 211 | </dependency>
|
212 | 212 | <dependency>
|
|
218 | 218 | <dependency>
|
219 | 219 | <groupId>org.glassfish.jersey.connectors</groupId>
|
220 | 220 | <artifactId>jersey-apache-connector</artifactId>
|
221 |
| - <version>3.1.10</version> |
| 221 | + <version>3.1.11</version> |
222 | 222 | <type>jar</type>
|
223 | 223 | </dependency>
|
224 | 224 | <dependency>
|
225 | 225 | <groupId>org.glassfish.jersey.core</groupId>
|
226 | 226 | <artifactId>jersey-client</artifactId>
|
227 |
| - <version>3.1.10</version> |
| 227 | + <version>3.1.11</version> |
228 | 228 | <type>jar</type>
|
229 | 229 | </dependency>
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>org.glassfish.jersey.core</groupId>
|
232 | 232 | <artifactId>jersey-common</artifactId>
|
233 |
| - <version>3.1.10</version> |
| 233 | + <version>3.1.11</version> |
234 | 234 | <type>jar</type>
|
235 | 235 | </dependency>
|
236 | 236 | <dependency>
|
237 | 237 | <groupId>org.glassfish.jersey.core</groupId>
|
238 | 238 | <artifactId>jersey-server</artifactId>
|
239 |
| - <version>3.1.10</version> |
| 239 | + <version>3.1.11</version> |
240 | 240 | <type>jar</type>
|
241 | 241 | </dependency>
|
242 | 242 | <dependency>
|
243 | 243 | <groupId>org.glassfish.jersey.ext</groupId>
|
244 | 244 | <artifactId>jersey-entity-filtering</artifactId>
|
245 |
| - <version>3.1.10</version> |
| 245 | + <version>3.1.11</version> |
246 | 246 | <type>jar</type>
|
247 | 247 | </dependency>
|
248 | 248 | <dependency>
|
249 | 249 | <groupId>org.glassfish.jersey.media</groupId>
|
250 | 250 | <artifactId>jersey-media-json-jackson</artifactId>
|
251 |
| - <version>3.1.10</version> |
| 251 | + <version>3.1.11</version> |
252 | 252 | <type>jar</type>
|
253 | 253 | </dependency>
|
254 | 254 | <dependency>
|
255 | 255 | <groupId>org.glassfish.jersey.inject</groupId>
|
256 | 256 | <artifactId>jersey-hk2</artifactId>
|
257 |
| - <version>3.1.10</version> |
| 257 | + <version>3.1.11</version> |
258 | 258 | <type>jar</type>
|
259 | 259 | </dependency>
|
260 | 260 | <dependency>
|
|
0 commit comments