|
84 | 84 | <dependency>
|
85 | 85 | <groupId>com.fasterxml.jackson.core</groupId>
|
86 | 86 | <artifactId>jackson-annotations</artifactId>
|
87 |
| - <version>2.18.3</version> |
| 87 | + <version>3.0-rc2</version> |
88 | 88 | <type>jar</type>
|
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
|
187 | 187 | <dependency>
|
188 | 188 | <groupId>org.glassfish.hk2</groupId>
|
189 | 189 | <artifactId>hk2-api</artifactId>
|
190 |
| - <version>3.1.1</version> |
| 190 | + <version>4.0.0-M3</version> |
191 | 191 | <type>jar</type>
|
192 | 192 | </dependency>
|
193 | 193 | <dependency>
|
194 | 194 | <groupId>org.glassfish.hk2</groupId>
|
195 | 195 | <artifactId>hk2-locator</artifactId>
|
196 |
| - <version>3.1.1</version> |
| 196 | + <version>4.0.0-M3</version> |
197 | 197 | <type>jar</type>
|
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>org.glassfish.hk2</groupId>
|
201 | 201 | <artifactId>hk2-utils</artifactId>
|
202 |
| - <version>3.1.1</version> |
| 202 | + <version>4.0.0-M3</version> |
203 | 203 | <type>jar</type>
|
204 | 204 | </dependency>
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>org.glassfish.hk2</groupId>
|
207 | 207 | <artifactId>osgi-resource-locator</artifactId>
|
208 |
| - <version>1.0.4</version> |
| 208 | + <version>3.0.0</version> |
209 | 209 | <type>jar</type>
|
210 | 210 | </dependency>
|
211 | 211 | <dependency>
|
212 | 212 | <groupId>jakarta.ws.rs</groupId>
|
213 | 213 | <artifactId>jakarta.ws.rs-api</artifactId>
|
214 |
| - <version>3.1.0</version> |
| 214 | + <version>4.0.0</version> |
215 | 215 | <type>jar</type>
|
216 | 216 | </dependency>
|
217 | 217 | <dependency>
|
|
223 | 223 | <dependency>
|
224 | 224 | <groupId>org.glassfish.hk2</groupId>
|
225 | 225 | <artifactId>osgi-resource-locator</artifactId>
|
226 |
| - <version>1.0.3</version> |
| 226 | + <version>3.0.0</version> |
227 | 227 | <type>jar</type>
|
228 | 228 | </dependency>
|
229 | 229 | <dependency>
|
|
235 | 235 | <dependency>
|
236 | 236 | <groupId>org.glassfish.jersey.core</groupId>
|
237 | 237 | <artifactId>jersey-client</artifactId>
|
238 |
| - <version>3.1.10</version> |
| 238 | + <version>4.0.0-M2</version> |
239 | 239 | <type>jar</type>
|
240 | 240 | </dependency>
|
241 | 241 | <dependency>
|
242 | 242 | <groupId>org.glassfish.jersey.core</groupId>
|
243 | 243 | <artifactId>jersey-common</artifactId>
|
244 |
| - <version>3.1.10</version> |
| 244 | + <version>4.0.0-M2</version> |
245 | 245 | <type>jar</type>
|
246 | 246 | </dependency>
|
247 | 247 | <dependency>
|
248 | 248 | <groupId>org.glassfish.jersey.core</groupId>
|
249 | 249 | <artifactId>jersey-server</artifactId>
|
250 |
| - <version>3.1.10</version> |
| 250 | + <version>4.0.0-M2</version> |
251 | 251 | <type>jar</type>
|
252 | 252 | </dependency>
|
253 | 253 | <dependency>
|
254 | 254 | <groupId>org.glassfish.jersey.ext</groupId>
|
255 | 255 | <artifactId>jersey-entity-filtering</artifactId>
|
256 |
| - <version>3.1.10</version> |
| 256 | + <version>4.0.0-M2</version> |
257 | 257 | <type>jar</type>
|
258 | 258 | </dependency>
|
259 | 259 | <dependency>
|
260 | 260 | <groupId>org.glassfish.jersey.media</groupId>
|
261 | 261 | <artifactId>jersey-media-json-jackson</artifactId>
|
262 |
| - <version>3.1.10</version> |
| 262 | + <version>4.0.0-M2</version> |
263 | 263 | <type>jar</type>
|
264 | 264 | </dependency>
|
265 | 265 | <dependency>
|
266 | 266 | <groupId>org.glassfish.jersey.inject</groupId>
|
267 | 267 | <artifactId>jersey-hk2</artifactId>
|
268 |
| - <version>3.1.10</version> |
| 268 | + <version>4.0.0-M2</version> |
269 | 269 | <type>jar</type>
|
270 | 270 | </dependency>
|
271 | 271 | <dependency>
|
|
277 | 277 | <dependency>
|
278 | 278 | <groupId>org.mandas</groupId>
|
279 | 279 | <artifactId>docker-client</artifactId>
|
280 |
| - <version>9.0.3</version> |
| 280 | + <version>9.0.3-pre.1</version> |
281 | 281 | <type>jar</type>
|
282 | 282 | </dependency>
|
283 | 283 | </dependencies>
|
|
0 commit comments