|
23 | 23 | <parent>
|
24 | 24 | <groupId>org.thing4.openhab.bom</groupId>
|
25 | 25 | <artifactId>generated</artifactId>
|
26 |
| - <version>4.1.2-SNAPSHOT</version> |
| 26 | + <version>4.2.0-SNAPSHOT</version> |
27 | 27 | <relativePath>../pom.xml</relativePath>
|
28 | 28 | </parent>
|
29 | 29 |
|
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>org.osgi</groupId>
|
55 | 55 | <artifactId>org.osgi.service.component</artifactId>
|
56 |
| - <version>1.5.0</version> |
| 56 | + <version>1.5.1</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.osgi</groupId>
|
60 | 60 | <artifactId>org.osgi.service.component.annotations</artifactId>
|
61 |
| - <version>1.5.0</version> |
| 61 | + <version>1.5.1</version> |
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.osgi</groupId>
|
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>org.slf4j</groupId>
|
80 | 80 | <artifactId>slf4j-api</artifactId>
|
81 |
| - <version>2.0.6</version> |
| 81 | + <version>2.0.12</version> |
82 | 82 | <scope>compile</scope>
|
83 | 83 | </dependency>
|
84 | 84 | <dependency>
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>javax.annotation</groupId>
|
91 | 91 | <artifactId>javax.annotation-api</artifactId>
|
92 |
| - <version>1.2</version> |
| 92 | + <version>1.3.2</version> |
93 | 93 | <scope>compile</scope>
|
94 | 94 | </dependency>
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.apache.commons</groupId>
|
97 | 97 | <artifactId>commons-lang3</artifactId>
|
98 |
| - <version>3.12.0</version> |
| 98 | + <version>3.14.0</version> |
99 | 99 | <scope>compile</scope>
|
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>org.eclipse.jetty</groupId>
|
146 | 146 | <artifactId>jetty-client</artifactId>
|
147 |
| - <version>9.4.52.v20230823</version> |
| 147 | + <version>9.4.54.v20240208</version> |
148 | 148 | <scope>compile</scope>
|
149 | 149 | </dependency>
|
150 | 150 | <dependency>
|
151 | 151 | <groupId>org.eclipse.jetty</groupId>
|
152 | 152 | <artifactId>jetty-proxy</artifactId>
|
153 |
| - <version>9.4.52.v20230823</version> |
| 153 | + <version>9.4.54.v20240208</version> |
154 | 154 | <scope>compile</scope>
|
155 | 155 | </dependency>
|
156 | 156 | <dependency>
|
157 | 157 | <groupId>org.eclipse.jetty</groupId>
|
158 | 158 | <artifactId>jetty-server</artifactId>
|
159 |
| - <version>9.4.52.v20230823</version> |
| 159 | + <version>9.4.54.v20240208</version> |
160 | 160 | <scope>compile</scope>
|
161 | 161 | </dependency>
|
162 | 162 | <dependency>
|
163 | 163 | <groupId>org.eclipse.jetty</groupId>
|
164 | 164 | <artifactId>jetty-servlet</artifactId>
|
165 |
| - <version>9.4.52.v20230823</version> |
| 165 | + <version>9.4.54.v20240208</version> |
166 | 166 | <scope>compile</scope>
|
167 | 167 | </dependency>
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>org.eclipse.jetty.websocket</groupId>
|
170 | 170 | <artifactId>websocket-client</artifactId>
|
171 |
| - <version>9.4.52.v20230823</version> |
| 171 | + <version>9.4.54.v20240208</version> |
172 | 172 | <scope>compile</scope>
|
173 | 173 | </dependency>
|
174 | 174 | <dependency>
|
175 | 175 | <groupId>org.eclipse.jetty.websocket</groupId>
|
176 | 176 | <artifactId>websocket-servlet</artifactId>
|
177 |
| - <version>9.4.52.v20230823</version> |
| 177 | + <version>9.4.54.v20240208</version> |
178 | 178 | <scope>compile</scope>
|
179 | 179 | </dependency>
|
180 | 180 | <dependency>
|
181 | 181 | <groupId>org.eclipse.jetty.websocket</groupId>
|
182 | 182 | <artifactId>websocket-server</artifactId>
|
183 |
| - <version>9.4.52.v20230823</version> |
| 183 | + <version>9.4.54.v20240208</version> |
184 | 184 | <scope>compile</scope>
|
185 | 185 | </dependency>
|
186 | 186 | <dependency>
|
187 | 187 | <groupId>org.eclipse.jetty.http2</groupId>
|
188 | 188 | <artifactId>http2-client</artifactId>
|
189 |
| - <version>9.4.52.v20230823</version> |
| 189 | + <version>9.4.54.v20240208</version> |
190 | 190 | <scope>compile</scope>
|
191 | 191 | </dependency>
|
192 | 192 | <dependency>
|
193 | 193 | <groupId>org.eclipse.jetty.http2</groupId>
|
194 | 194 | <artifactId>http2-server</artifactId>
|
195 |
| - <version>9.4.52.v20230823</version> |
| 195 | + <version>9.4.54.v20240208</version> |
196 | 196 | <scope>compile</scope>
|
197 | 197 | </dependency>
|
198 | 198 | <dependency>
|
199 | 199 | <groupId>org.jmdns</groupId>
|
200 | 200 | <artifactId>jmdns</artifactId>
|
201 |
| - <version>3.5.7</version> |
| 201 | + <version>3.5.9</version> |
202 | 202 | <scope>compile</scope>
|
203 | 203 | </dependency>
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>org.jupnp</groupId>
|
206 | 206 | <artifactId>org.jupnp</artifactId>
|
207 |
| - <version>2.7.1.OH1</version> |
| 207 | + <version>3.0.1</version> |
208 | 208 | <scope>compile</scope>
|
209 | 209 | </dependency>
|
210 | 210 | <dependency>
|
|
245 | 245 | <dependency>
|
246 | 246 | <groupId>org.ops4j.pax.web</groupId>
|
247 | 247 | <artifactId>pax-web-api</artifactId>
|
248 |
| - <version>8.0.22</version> |
| 248 | + <version>8.0.27</version> |
249 | 249 | <scope>compile</scope>
|
250 | 250 | </dependency>
|
251 | 251 | <dependency>
|
252 | 252 | <groupId>org.ops4j.pax.web</groupId>
|
253 | 253 | <artifactId>pax-web-extender-whiteboard</artifactId>
|
254 |
| - <version>8.0.22</version> |
| 254 | + <version>8.0.27</version> |
255 | 255 | <scope>compile</scope>
|
256 | 256 | </dependency>
|
257 | 257 | <dependency>
|
258 | 258 | <groupId>org.ops4j.pax.web</groupId>
|
259 | 259 | <artifactId>pax-web-jetty</artifactId>
|
260 |
| - <version>8.0.22</version> |
| 260 | + <version>8.0.27</version> |
261 | 261 | <scope>compile</scope>
|
262 | 262 | </dependency>
|
263 | 263 | <dependency>
|
264 | 264 | <groupId>org.ops4j.pax.web</groupId>
|
265 | 265 | <artifactId>pax-web-jsp</artifactId>
|
266 |
| - <version>8.0.22</version> |
| 266 | + <version>8.0.27</version> |
267 | 267 | <scope>compile</scope>
|
268 | 268 | </dependency>
|
269 | 269 | <dependency>
|
270 | 270 | <groupId>org.ops4j.pax.web</groupId>
|
271 | 271 | <artifactId>pax-web-runtime</artifactId>
|
272 |
| - <version>8.0.22</version> |
| 272 | + <version>8.0.27</version> |
273 | 273 | <scope>compile</scope>
|
274 | 274 | </dependency>
|
275 | 275 | <dependency>
|
276 | 276 | <groupId>org.ops4j.pax.web</groupId>
|
277 | 277 | <artifactId>pax-web-spi</artifactId>
|
278 |
| - <version>8.0.22</version> |
| 278 | + <version>8.0.27</version> |
279 | 279 | <scope>compile</scope>
|
280 | 280 | </dependency>
|
281 | 281 | <dependency>
|
|
371 | 371 | <scope>compile</scope>
|
372 | 372 | </dependency>
|
373 | 373 | <dependency>
|
374 |
| - <groupId>de.jollyday</groupId> |
375 |
| - <artifactId>jollyday</artifactId> |
376 |
| - <version>0.5.10</version> |
| 374 | + <groupId>de.focus-shift</groupId> |
| 375 | + <artifactId>jollyday-jackson</artifactId> |
| 376 | + <version>0.28.1</version> |
377 | 377 | <scope>compile</scope>
|
378 |
| - <exclusions> |
379 |
| - |
380 |
| - <exclusion> |
381 |
| - |
382 |
| - <groupId>javax.xml.bind</groupId> |
383 |
| - |
384 |
| - <artifactId>jaxb-api</artifactId> |
385 |
| - |
386 |
| - </exclusion> |
387 |
| - |
388 |
| - <exclusion> |
389 |
| - |
390 |
| - <groupId>org.glassfish.jaxb</groupId> |
391 |
| - |
392 |
| - <artifactId>jaxb-runtime</artifactId> |
393 |
| - |
394 |
| - </exclusion> |
395 |
| - |
396 |
| - </exclusions> |
397 | 378 | </dependency>
|
398 | 379 | <dependency>
|
399 | 380 | <groupId>jakarta.xml.bind</groupId>
|
|
439 | 420 | <dependency>
|
440 | 421 | <groupId>org.bitbucket.b_c</groupId>
|
441 | 422 | <artifactId>jose4j</artifactId>
|
442 |
| - <version>0.9.3</version> |
| 423 | + <version>0.9.5</version> |
443 | 424 | <scope>compile</scope>
|
444 | 425 | </dependency>
|
445 | 426 | <dependency>
|
|
451 | 432 | <dependency>
|
452 | 433 | <groupId>net.java.dev.jna</groupId>
|
453 | 434 | <artifactId>jna</artifactId>
|
454 |
| - <version>5.13.0</version> |
| 435 | + <version>5.14.0</version> |
455 | 436 | <scope>compile</scope>
|
456 | 437 | </dependency>
|
457 | 438 | <dependency>
|
458 | 439 | <groupId>net.java.dev.jna</groupId>
|
459 | 440 | <artifactId>jna-platform</artifactId>
|
460 |
| - <version>5.13.0</version> |
| 441 | + <version>5.14.0</version> |
461 | 442 | <scope>compile</scope>
|
462 | 443 | </dependency>
|
463 | 444 | <dependency>
|
|
0 commit comments