|
5 | 5 |
|
6 | 6 | <groupId>org.eclipse.basyx</groupId> |
7 | 7 | <artifactId>basyx.sdk</artifactId> |
8 | | - <version>1.4.0</version> |
| 8 | + <version>1.5.0</version> |
9 | 9 | <name>BaSyx SDK</name> |
10 | 10 | <description>BaSyx Software Development Kit</description> |
11 | 11 | <url>https://www.eclipse.org/basyx/</url> |
|
46 | 46 | <properties> |
47 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
48 | 48 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
49 | | - <spring-security-version>5.8.2</spring-security-version> |
| 49 | + <spring-security-version>5.8.7</spring-security-version> |
50 | 50 | </properties> |
51 | 51 |
|
52 | 52 | <repositories> |
|
76 | 76 | <plugin> |
77 | 77 | <groupId>org.apache.maven.plugins</groupId> |
78 | 78 | <artifactId>maven-source-plugin</artifactId> |
79 | | - <version>3.2.1</version> |
| 79 | + <version>3.3.0</version> |
80 | 80 | <executions> |
81 | 81 | <execution> |
82 | 82 | <id>attach-sources</id> |
|
110 | 110 | <plugin> |
111 | 111 | <groupId>org.apache.maven.plugins</groupId> |
112 | 112 | <artifactId>maven-surefire-plugin</artifactId> |
113 | | - <version>3.0.0</version> |
| 113 | + <version>3.1.2</version> |
114 | 114 | <configuration> |
115 | 115 | <excludes> |
116 | 116 | <exclude>**/*HTTP*</exclude> |
|
126 | 126 | <plugin> |
127 | 127 | <groupId>org.apache.maven.plugins</groupId> |
128 | 128 | <artifactId>maven-failsafe-plugin</artifactId> |
129 | | - <version>3.0.0</version> |
| 129 | + <version>3.1.2</version> |
130 | 130 | <configuration> |
131 | 131 | <includes> |
132 | 132 | <include>**/*HTTP*</include> |
|
147 | 147 | <plugin> |
148 | 148 | <groupId>org.apache.maven.plugins</groupId> |
149 | 149 | <artifactId>maven-javadoc-plugin</artifactId> |
150 | | - <version>3.5.0</version> |
| 150 | + <version>3.6.0</version> |
151 | 151 | <configuration> |
152 | 152 | <source>8</source> |
153 | 153 | </configuration> |
|
169 | 169 | <dependency> |
170 | 170 | <groupId>ch.qos.logback</groupId> |
171 | 171 | <artifactId>logback-classic</artifactId> |
172 | | - <version>1.4.6</version> |
| 172 | + <version>1.4.11</version> |
| 173 | + <scope>runtime</scope> |
173 | 174 | </dependency> |
174 | 175 |
|
| 176 | + <dependency> |
| 177 | + <groupId>org.slf4j</groupId> |
| 178 | + <artifactId>slf4j-api</artifactId> |
| 179 | + <version>2.0.9</version> |
| 180 | + </dependency> |
| 181 | + |
| 182 | + |
175 | 183 | <!-- JUnit 4 for running JUnit tests --> |
176 | 184 | <dependency> |
177 | 185 | <groupId>junit</groupId> |
|
184 | 192 | <dependency> |
185 | 193 | <groupId>org.mockito</groupId> |
186 | 194 | <artifactId>mockito-core</artifactId> |
187 | | - <version>5.2.0</version> |
| 195 | + <version>5.5.0</version> |
188 | 196 | <scope>test</scope> |
189 | 197 | </dependency> |
190 | 198 |
|
|
206 | 214 | <dependency> |
207 | 215 | <groupId>org.eclipse.milo</groupId> |
208 | 216 | <artifactId>sdk-client</artifactId> |
209 | | - <version>0.6.8</version> |
| 217 | + <version>0.6.11</version> |
210 | 218 | </dependency> |
211 | 219 |
|
212 | 220 | <!-- Eclipse Milo (for OPC-UA server) --> |
213 | 221 | <dependency> |
214 | 222 | <groupId>org.eclipse.milo</groupId> |
215 | 223 | <artifactId>sdk-server</artifactId> |
216 | | - <version>0.6.8</version> |
| 224 | + <version>0.6.11</version> |
217 | 225 | </dependency> |
218 | 226 |
|
219 | 227 | <!-- Java Servlet API (for HTTP provider) --> |
|
234 | 242 | <dependency> |
235 | 243 | <groupId>org.glassfish.jersey.core</groupId> |
236 | 244 | <artifactId>jersey-client</artifactId> |
237 | | - <version>2.39.1</version> |
| 245 | + <version>2.40</version> |
238 | 246 | </dependency> |
239 | 247 |
|
240 | 248 | <!-- Jersey InjectionManager (for Jersey client) --> |
241 | 249 | <dependency> |
242 | 250 | <groupId>org.glassfish.jersey.inject</groupId> |
243 | 251 | <artifactId>jersey-hk2</artifactId> |
244 | | - <version>2.39.1</version> |
| 252 | + <version>2.40</version> |
245 | 253 | </dependency> |
246 | 254 |
|
247 | 255 | <!-- Tomcat 8 for HTTP server resource --> |
248 | 256 | <dependency> |
249 | 257 | <groupId>org.apache.tomcat</groupId> |
250 | 258 | <artifactId>tomcat-catalina</artifactId> |
251 | | - <version>9.0.73</version> |
| 259 | + <version>9.0.80</version> |
252 | 260 | </dependency> |
253 | 261 |
|
254 | 262 | <!-- Used for creating .aasx files --> |
255 | 263 | <dependency> |
256 | 264 | <groupId>org.apache.poi</groupId> |
257 | 265 | <artifactId>poi-ooxml</artifactId> |
258 | | - <version>4.1.2</version> |
| 266 | + <version>5.2.3</version> |
| 267 | + </dependency> |
| 268 | + |
| 269 | + <dependency> |
| 270 | + <groupId>org.apache.commons</groupId> |
| 271 | + <artifactId>commons-compress</artifactId> |
| 272 | + <version>1.24.0</version> |
259 | 273 | </dependency> |
260 | 274 |
|
261 | 275 | <!-- Used by Logback to compile filter expressions from logback.xml --> |
262 | 276 | <dependency> |
263 | 277 | <groupId>org.codehaus.janino</groupId> |
264 | 278 | <artifactId>janino</artifactId> |
265 | | - <version>3.1.9</version> |
| 279 | + <version>3.1.10</version> |
| 280 | + <scope>runtime</scope> |
266 | 281 | </dependency> |
267 | 282 |
|
268 | 283 | <!-- Paho Java Client for MQTT --> |
|
283 | 298 | <dependency> |
284 | 299 | <groupId>commons-io</groupId> |
285 | 300 | <artifactId>commons-io</artifactId> |
286 | | - <version>2.11.0</version> |
| 301 | + <version>2.14.0</version> |
287 | 302 | </dependency> |
288 | 303 |
|
289 | 304 | <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> |
|
311 | 326 | <dependency> |
312 | 327 | <groupId>org.apache.commons</groupId> |
313 | 328 | <artifactId>commons-lang3</artifactId> |
314 | | - <version>3.12.0</version> |
| 329 | + <version>3.13.0</version> |
315 | 330 | </dependency> |
316 | 331 |
|
317 | 332 | <dependency> |
|
333 | 348 | <dependency> |
334 | 349 | <groupId>com.fasterxml.jackson.core</groupId> |
335 | 350 | <artifactId>jackson-databind</artifactId> |
336 | | - <version>2.14.2</version> |
| 351 | + <version>2.15.2</version> |
337 | 352 | </dependency> |
338 | 353 |
|
339 | 354 | <dependency> |
|
360 | 375 | <dependency> |
361 | 376 | <groupId>org.apache.tika</groupId> |
362 | 377 | <artifactId>tika-core</artifactId> |
363 | | - <version>2.7.0</version> |
| 378 | + <version>2.9.0</version> |
364 | 379 | </dependency> |
365 | 380 | </dependencies> |
366 | 381 |
|
|
396 | 411 | <plugin> |
397 | 412 | <groupId>org.apache.maven.plugins</groupId> |
398 | 413 | <artifactId>maven-gpg-plugin</artifactId> |
399 | | - <version>3.0.1</version> |
| 414 | + <version>3.1.0</version> |
400 | 415 | <executions> |
401 | 416 | <execution> |
402 | 417 | <id>sign-artifacts</id> |
|
0 commit comments