|
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.7</version> |
| 247 | + <version>4.1.3</version> |
247 | 248 | </dependency> |
248 | 249 | <dependency> |
249 | 250 | <groupId>org.springframework.security</groupId> |
|
257 | 258 | <dependency> |
258 | 259 | <groupId>ca.bc.gov.open.jag</groupId> |
259 | 260 | <artifactId>efiling-bom</artifactId> |
260 | | - <version>2.0.9-SNAPSHOT</version> |
| 261 | + <version>2.0.10</version> |
261 | 262 | <type>pom</type> |
262 | 263 | <scope>import</scope> |
263 | 264 | </dependency> |
|
280 | 281 | <dependency> |
281 | 282 | <groupId>ca.bc.gov.open.jag</groupId> |
282 | 283 | <artifactId>efiling-cso-starter</artifactId> |
283 | | - <version>2.0.9-SNAPSHOT</version> |
| 284 | + <version>2.0.10</version> |
284 | 285 | </dependency> |
285 | 286 |
|
286 | 287 | <dependency> |
287 | 288 | <groupId>ca.bc.gov.open.jag</groupId> |
288 | 289 | <artifactId>efiling-bambora-api-client</artifactId> |
289 | | - <version>2.0.9-SNAPSHOT</version> |
| 290 | + <version>2.0.10</version> |
290 | 291 | </dependency> |
291 | 292 |
|
292 | 293 | <dependency> |
293 | 294 | <groupId>ca.bc.gov.open.jag</groupId> |
294 | 295 | <artifactId>efiling-ceis-api-client</artifactId> |
295 | | - <version>2.0.9-SNAPSHOT</version> |
| 296 | + <version>2.0.10</version> |
296 | 297 | </dependency> |
297 | 298 |
|
298 | 299 | <!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils --> |
|
322 | 323 | <dependency> |
323 | 324 | <groupId>com.splunk.logging</groupId> |
324 | 325 | <artifactId>splunk-library-javalogging</artifactId> |
325 | | - <version>1.11.4</version> |
| 326 | + <version>1.11.8</version> |
| 327 | + |
326 | 328 | </dependency> |
327 | 329 | </dependencies> |
328 | 330 |
|
|
334 | 336 | <dependency> |
335 | 337 | <groupId>ca.bc.gov.open.jag</groupId> |
336 | 338 | <artifactId>efiling-demo-starter</artifactId> |
337 | | - <version>2.0.9-SNAPSHOT</version> |
| 339 | + <version>2.0.10</version> |
338 | 340 | </dependency> |
339 | 341 | </dependencies> |
340 | 342 | </profile> |
|
0 commit comments