|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.3.4</version> |
| 8 | + <version>3.3.7</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <groupId>ca.bc.gov.open.jag</groupId> |
12 | 12 | <artifactId>efiling-api</artifactId> |
13 | | - <version>2.0.5</version> |
| 13 | + <version>2.0.6-SNAPSHOT</version> |
14 | 14 | <name>efiling-api</name> |
15 | 15 | <description>Demo project for Spring Boot</description> |
16 | 16 |
|
|
65 | 65 | <dependency> |
66 | 66 | <groupId>ca.bc.gov.open.jag</groupId> |
67 | 67 | <artifactId>efiling-commons</artifactId> |
68 | | - <version>2.0.5</version> |
| 68 | + <version>2.0.6-SNAPSHOT</version> |
69 | 69 | </dependency> |
70 | 70 |
|
71 | 71 | <dependency> |
|
182 | 182 | <dependency> |
183 | 183 | <groupId>org.springframework.boot</groupId> |
184 | 184 | <artifactId>spring-boot-test</artifactId> |
185 | | - <version>3.3.4</version> |
186 | 185 | </dependency> |
187 | 186 | <dependency> |
188 | 187 | <groupId>org.testng</groupId> |
|
198 | 197 | <dependency> |
199 | 198 | <groupId>org.springframework.security</groupId> |
200 | 199 | <artifactId>spring-security-test</artifactId> |
201 | | - <version>5.5.3</version> |
202 | 200 | <scope>test</scope> |
203 | 201 | </dependency> |
204 | 202 | <dependency> |
|
210 | 208 | <dependency> |
211 | 209 | <groupId>org.apache.tomcat.embed</groupId> |
212 | 210 | <artifactId>tomcat-embed-core</artifactId> |
213 | | - <version>10.1.34</version> |
214 | 211 | </dependency> |
215 | 212 | <dependency> |
216 | 213 | <groupId>org.json</groupId> |
|
223 | 220 | <dependency> |
224 | 221 | <groupId>org.springframework.security</groupId> |
225 | 222 | <artifactId>spring-security-web</artifactId> |
226 | | - <version>6.3.4</version> |
227 | 223 | </dependency> |
228 | 224 | <dependency> |
229 | 225 | <groupId>org.springframework</groupId> |
|
232 | 228 | <dependency> |
233 | 229 | <groupId>org.springframework</groupId> |
234 | 230 | <artifactId>spring-webmvc</artifactId> |
235 | | - <version>6.1.14</version> |
236 | 231 | </dependency> |
237 | 232 | <dependency> |
238 | 233 | <groupId>io.netty</groupId> |
239 | 234 | <artifactId>netty-common</artifactId> |
240 | | - <version>4.1.115.Final</version> |
| 235 | + </dependency> |
| 236 | + <dependency> |
| 237 | + <groupId>io.netty</groupId> |
| 238 | + <artifactId>netty-handler</artifactId> |
| 239 | + <version>4.1.118.Final</version> |
| 240 | + </dependency> |
| 241 | + <dependency> |
| 242 | + <groupId>org.apache.cxf</groupId> |
| 243 | + <artifactId>cxf-core</artifactId> |
| 244 | + <version>4.0.6</version> |
241 | 245 | </dependency> |
242 | 246 | </dependencies> |
243 | 247 |
|
|
246 | 250 | <dependency> |
247 | 251 | <groupId>ca.bc.gov.open.jag</groupId> |
248 | 252 | <artifactId>efiling-bom</artifactId> |
249 | | - <version>2.0.5</version> |
| 253 | + <version>2.0.6-SNAPSHOT</version> |
250 | 254 | <type>pom</type> |
251 | 255 | <scope>import</scope> |
252 | 256 | </dependency> |
|
269 | 273 | <dependency> |
270 | 274 | <groupId>ca.bc.gov.open.jag</groupId> |
271 | 275 | <artifactId>efiling-cso-starter</artifactId> |
272 | | - <version>2.0.5</version> |
| 276 | + <version>2.0.6-SNAPSHOT</version> |
273 | 277 | </dependency> |
274 | 278 |
|
275 | 279 | <dependency> |
276 | 280 | <groupId>ca.bc.gov.open.jag</groupId> |
277 | 281 | <artifactId>efiling-bambora-api-client</artifactId> |
278 | | - <version>2.0.5</version> |
| 282 | + <version>2.0.6-SNAPSHOT</version> |
279 | 283 | </dependency> |
280 | 284 |
|
281 | 285 | <dependency> |
282 | 286 | <groupId>ca.bc.gov.open.jag</groupId> |
283 | 287 | <artifactId>efiling-ceis-api-client</artifactId> |
284 | | - <version>2.0.5</version> |
| 288 | + <version>2.0.6-SNAPSHOT</version> |
285 | 289 | </dependency> |
286 | 290 |
|
287 | 291 | <!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils --> |
|
323 | 327 | <dependency> |
324 | 328 | <groupId>ca.bc.gov.open.jag</groupId> |
325 | 329 | <artifactId>efiling-demo-starter</artifactId> |
326 | | - <version>2.0.5</version> |
| 330 | + <version>2.0.6-SNAPSHOT</version> |
327 | 331 | </dependency> |
328 | 332 | </dependencies> |
329 | 333 | </profile> |
|
0 commit comments