Skip to content

Commit d7c4a2c

Browse files
committed
Update to openHAB 4.2.0.
Signed-off-by: Łukasz Dywicki <[email protected]>
1 parent 7b791ce commit d7c4a2c

File tree

12 files changed

+264
-266
lines changed

12 files changed

+264
-266
lines changed

Diff for: compile-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.thing4.openhab</groupId>
2424
<artifactId>bom</artifactId>
25-
<version>4.1.2-SNAPSHOT</version>
25+
<version>4.2.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>compile-model</artifactId>

Diff for: compile/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.thing4.openhab</groupId>
2424
<artifactId>bom</artifactId>
25-
<version>4.1.2-SNAPSHOT</version>
25+
<version>4.2.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>compile</artifactId>

Diff for: core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.thing4.openhab</groupId>
2424
<artifactId>bom</artifactId>
25-
<version>4.1.2-SNAPSHOT</version>
25+
<version>4.2.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>core</artifactId>

Diff for: generated/compile-model/pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.thing4.openhab.bom</groupId>
2525
<artifactId>generated</artifactId>
26-
<version>4.1.2-SNAPSHOT</version>
26+
<version>4.2.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

@@ -43,15 +43,15 @@
4343
<dependency>
4444
<groupId>org.eclipse.xtext</groupId>
4545
<artifactId>xtext-dev-bom</artifactId>
46-
<version>2.32.0</version>
46+
<version>2.35.0</version>
4747
<scope>import</scope>
4848
<type>pom</type>
4949
</dependency>
5050
<!--Rest of dependencies-->
5151
<dependency>
5252
<groupId>org.eclipse.xtext</groupId>
53-
<artifactId>org.eclipse.xtext.generator</artifactId>
54-
<version>2.32.0</version>
53+
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
54+
<version>2.35.0</version>
5555
<scope>compile</scope>
5656
<exclusions>
5757

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.eclipse.xtext</groupId>
7070
<artifactId>org.eclipse.xtext.common.types</artifactId>
71-
<version>2.32.0</version>
71+
<version>2.35.0</version>
7272
<scope>compile</scope>
7373
<exclusions>
7474

@@ -93,37 +93,37 @@
9393
<dependency>
9494
<groupId>org.eclipse.xtext</groupId>
9595
<artifactId>org.eclipse.xtext.xbase</artifactId>
96-
<version>2.32.0</version>
96+
<version>2.35.0</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.eclipse.xtext</groupId>
101101
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
102-
<version>2.32.0</version>
102+
<version>2.35.0</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.eclipse.xtext</groupId>
107107
<artifactId>org.eclipse.xtext.xbase.ide</artifactId>
108-
<version>2.32.0</version>
108+
<version>2.35.0</version>
109109
<scope>compile</scope>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.xtext</groupId>
113113
<artifactId>org.eclipse.xtext.ide</artifactId>
114-
<version>2.32.0</version>
114+
<version>2.35.0</version>
115115
<scope>compile</scope>
116116
</dependency>
117117
<dependency>
118-
<groupId>org.eclipse.orbit.bundles</groupId>
119-
<artifactId>io.github.classgraph</artifactId>
120-
<version>4.8.149.v20220915-0556</version>
118+
<groupId>io.github.classgraph</groupId>
119+
<artifactId>classgraph</artifactId>
120+
<version>4.8.172</version>
121121
<scope>compile</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.xtext</groupId>
125125
<artifactId>org.eclipse.xtext</artifactId>
126-
<version>2.32.0</version>
126+
<version>2.35.0</version>
127127
<scope>compile</scope>
128128
<exclusions>
129129

Diff for: generated/compile/pom.xml

+29-48
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.thing4.openhab.bom</groupId>
2525
<artifactId>generated</artifactId>
26-
<version>4.1.2-SNAPSHOT</version>
26+
<version>4.2.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>org.osgi</groupId>
5555
<artifactId>org.osgi.service.component</artifactId>
56-
<version>1.5.0</version>
56+
<version>1.5.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.osgi</groupId>
6060
<artifactId>org.osgi.service.component.annotations</artifactId>
61-
<version>1.5.0</version>
61+
<version>1.5.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.osgi</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.slf4j</groupId>
8080
<artifactId>slf4j-api</artifactId>
81-
<version>2.0.6</version>
81+
<version>2.0.12</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
@@ -89,13 +89,13 @@
8989
<dependency>
9090
<groupId>javax.annotation</groupId>
9191
<artifactId>javax.annotation-api</artifactId>
92-
<version>1.2</version>
92+
<version>1.3.2</version>
9393
<scope>compile</scope>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.apache.commons</groupId>
9797
<artifactId>commons-lang3</artifactId>
98-
<version>3.12.0</version>
98+
<version>3.14.0</version>
9999
<scope>compile</scope>
100100
</dependency>
101101
<dependency>
@@ -144,67 +144,67 @@
144144
<dependency>
145145
<groupId>org.eclipse.jetty</groupId>
146146
<artifactId>jetty-client</artifactId>
147-
<version>9.4.52.v20230823</version>
147+
<version>9.4.54.v20240208</version>
148148
<scope>compile</scope>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.eclipse.jetty</groupId>
152152
<artifactId>jetty-proxy</artifactId>
153-
<version>9.4.52.v20230823</version>
153+
<version>9.4.54.v20240208</version>
154154
<scope>compile</scope>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.eclipse.jetty</groupId>
158158
<artifactId>jetty-server</artifactId>
159-
<version>9.4.52.v20230823</version>
159+
<version>9.4.54.v20240208</version>
160160
<scope>compile</scope>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.eclipse.jetty</groupId>
164164
<artifactId>jetty-servlet</artifactId>
165-
<version>9.4.52.v20230823</version>
165+
<version>9.4.54.v20240208</version>
166166
<scope>compile</scope>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.eclipse.jetty.websocket</groupId>
170170
<artifactId>websocket-client</artifactId>
171-
<version>9.4.52.v20230823</version>
171+
<version>9.4.54.v20240208</version>
172172
<scope>compile</scope>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.eclipse.jetty.websocket</groupId>
176176
<artifactId>websocket-servlet</artifactId>
177-
<version>9.4.52.v20230823</version>
177+
<version>9.4.54.v20240208</version>
178178
<scope>compile</scope>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.eclipse.jetty.websocket</groupId>
182182
<artifactId>websocket-server</artifactId>
183-
<version>9.4.52.v20230823</version>
183+
<version>9.4.54.v20240208</version>
184184
<scope>compile</scope>
185185
</dependency>
186186
<dependency>
187187
<groupId>org.eclipse.jetty.http2</groupId>
188188
<artifactId>http2-client</artifactId>
189-
<version>9.4.52.v20230823</version>
189+
<version>9.4.54.v20240208</version>
190190
<scope>compile</scope>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.eclipse.jetty.http2</groupId>
194194
<artifactId>http2-server</artifactId>
195-
<version>9.4.52.v20230823</version>
195+
<version>9.4.54.v20240208</version>
196196
<scope>compile</scope>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.jmdns</groupId>
200200
<artifactId>jmdns</artifactId>
201-
<version>3.5.7</version>
201+
<version>3.5.9</version>
202202
<scope>compile</scope>
203203
</dependency>
204204
<dependency>
205205
<groupId>org.jupnp</groupId>
206206
<artifactId>org.jupnp</artifactId>
207-
<version>2.7.1.OH1</version>
207+
<version>3.0.1</version>
208208
<scope>compile</scope>
209209
</dependency>
210210
<dependency>
@@ -245,37 +245,37 @@
245245
<dependency>
246246
<groupId>org.ops4j.pax.web</groupId>
247247
<artifactId>pax-web-api</artifactId>
248-
<version>8.0.22</version>
248+
<version>8.0.27</version>
249249
<scope>compile</scope>
250250
</dependency>
251251
<dependency>
252252
<groupId>org.ops4j.pax.web</groupId>
253253
<artifactId>pax-web-extender-whiteboard</artifactId>
254-
<version>8.0.22</version>
254+
<version>8.0.27</version>
255255
<scope>compile</scope>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.ops4j.pax.web</groupId>
259259
<artifactId>pax-web-jetty</artifactId>
260-
<version>8.0.22</version>
260+
<version>8.0.27</version>
261261
<scope>compile</scope>
262262
</dependency>
263263
<dependency>
264264
<groupId>org.ops4j.pax.web</groupId>
265265
<artifactId>pax-web-jsp</artifactId>
266-
<version>8.0.22</version>
266+
<version>8.0.27</version>
267267
<scope>compile</scope>
268268
</dependency>
269269
<dependency>
270270
<groupId>org.ops4j.pax.web</groupId>
271271
<artifactId>pax-web-runtime</artifactId>
272-
<version>8.0.22</version>
272+
<version>8.0.27</version>
273273
<scope>compile</scope>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.ops4j.pax.web</groupId>
277277
<artifactId>pax-web-spi</artifactId>
278-
<version>8.0.22</version>
278+
<version>8.0.27</version>
279279
<scope>compile</scope>
280280
</dependency>
281281
<dependency>
@@ -371,29 +371,10 @@
371371
<scope>compile</scope>
372372
</dependency>
373373
<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>
377377
<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>
397378
</dependency>
398379
<dependency>
399380
<groupId>jakarta.xml.bind</groupId>
@@ -439,7 +420,7 @@
439420
<dependency>
440421
<groupId>org.bitbucket.b_c</groupId>
441422
<artifactId>jose4j</artifactId>
442-
<version>0.9.3</version>
423+
<version>0.9.5</version>
443424
<scope>compile</scope>
444425
</dependency>
445426
<dependency>
@@ -451,13 +432,13 @@
451432
<dependency>
452433
<groupId>net.java.dev.jna</groupId>
453434
<artifactId>jna</artifactId>
454-
<version>5.13.0</version>
435+
<version>5.14.0</version>
455436
<scope>compile</scope>
456437
</dependency>
457438
<dependency>
458439
<groupId>net.java.dev.jna</groupId>
459440
<artifactId>jna-platform</artifactId>
460-
<version>5.13.0</version>
441+
<version>5.14.0</version>
461442
<scope>compile</scope>
462443
</dependency>
463444
<dependency>

0 commit comments

Comments
 (0)