|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.5.0</version> |
| 8 | + <version>3.5.4</version> |
| 9 | + |
9 | 10 | <relativePath/> <!-- lookup parent from repository --> |
10 | 11 | </parent> |
11 | 12 | <groupId>ca.bc.gov.open.jag</groupId> |
12 | 13 | <artifactId>efiling-api</artifactId> |
13 | | - <version>2.0.9-SNAPSHOT</version> |
| 14 | + <version>2.0.10</version> |
14 | 15 | <name>efiling-api</name> |
15 | 16 | <description>Demo project for Spring Boot</description> |
16 | 17 |
|
|
65 | 66 | <dependency> |
66 | 67 | <groupId>ca.bc.gov.open.jag</groupId> |
67 | 68 | <artifactId>efiling-commons</artifactId> |
68 | | - <version>2.0.9-SNAPSHOT</version> |
| 69 | + <version>2.0.10</version> |
69 | 70 | </dependency> |
70 | 71 |
|
71 | 72 | <dependency> |
|
243 | 244 | <dependency> |
244 | 245 | <groupId>org.apache.cxf</groupId> |
245 | 246 | <artifactId>cxf-core</artifactId> |
246 | | - <version>4.0.6</version> |
| 247 | + <version>4.1.3</version> |
247 | 248 | </dependency> |
248 | 249 | <dependency> |
249 | 250 | <groupId>org.springframework.security</groupId> |
250 | 251 | <artifactId>spring-security-crypto</artifactId> |
251 | | - <version>6.3.8</version> |
| 252 | + <version>6.5.3</version> |
| 253 | + |
252 | 254 | </dependency> |
253 | 255 | </dependencies> |
254 | 256 |
|
|
257 | 259 | <dependency> |
258 | 260 | <groupId>ca.bc.gov.open.jag</groupId> |
259 | 261 | <artifactId>efiling-bom</artifactId> |
260 | | - <version>2.0.9-SNAPSHOT</version> |
| 262 | + <version>2.0.10</version> |
261 | 263 | <type>pom</type> |
262 | 264 | <scope>import</scope> |
263 | 265 | </dependency> |
|
280 | 282 | <dependency> |
281 | 283 | <groupId>ca.bc.gov.open.jag</groupId> |
282 | 284 | <artifactId>efiling-cso-starter</artifactId> |
283 | | - <version>2.0.9-SNAPSHOT</version> |
| 285 | + <version>2.0.10</version> |
284 | 286 | </dependency> |
285 | 287 |
|
286 | 288 | <dependency> |
287 | 289 | <groupId>ca.bc.gov.open.jag</groupId> |
288 | 290 | <artifactId>efiling-bambora-api-client</artifactId> |
289 | | - <version>2.0.9-SNAPSHOT</version> |
| 291 | + <version>2.0.10</version> |
290 | 292 | </dependency> |
291 | 293 |
|
292 | 294 | <dependency> |
293 | 295 | <groupId>ca.bc.gov.open.jag</groupId> |
294 | 296 | <artifactId>efiling-ceis-api-client</artifactId> |
295 | | - <version>2.0.9-SNAPSHOT</version> |
| 297 | + <version>2.0.10</version> |
296 | 298 | </dependency> |
297 | 299 |
|
298 | 300 | <!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils --> |
|
322 | 324 | <dependency> |
323 | 325 | <groupId>com.splunk.logging</groupId> |
324 | 326 | <artifactId>splunk-library-javalogging</artifactId> |
325 | | - <version>1.11.4</version> |
| 327 | + <version>1.11.8</version> |
| 328 | + |
326 | 329 | </dependency> |
327 | 330 | </dependencies> |
328 | 331 |
|
|
334 | 337 | <dependency> |
335 | 338 | <groupId>ca.bc.gov.open.jag</groupId> |
336 | 339 | <artifactId>efiling-demo-starter</artifactId> |
337 | | - <version>2.0.9-SNAPSHOT</version> |
| 340 | + <version>2.0.10</version> |
338 | 341 | </dependency> |
339 | 342 | </dependencies> |
340 | 343 | </profile> |
|
0 commit comments