|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.5.3</version> |
| 8 | + <version>3.5.6</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <groupId>ca.bc.gov.restapi</groupId> |
|
43 | 43 | <hibernate.version>6.6.3.Final</hibernate.version> |
44 | 44 | <testcontainers.version>1.21.1</testcontainers.version> |
45 | 45 | <flyway.version>10.13.0</flyway.version> |
46 | | - <spring-oauth2.version>3.5.3</spring-oauth2.version> |
| 46 | + <spring-oauth2.version>3.5.6</spring-oauth2.version> |
47 | 47 | <spring-security.version>6.5.0</spring-security.version> |
48 | 48 | <logback.version>1.5.18</logback.version> |
49 | 49 | <spring-logging.version>3.5.0</spring-logging.version> |
50 | 50 | <oracle-database.version>23.8.0.25.04</oracle-database.version> |
51 | 51 | <tomcat.version>10.1.42</tomcat.version> |
52 | 52 | <postgresql.version>42.7.7</postgresql.version> |
53 | | - <nimbus-jose-jwt.version>10.3.1</nimbus-jose-jwt.version> |
54 | | - <spring-web.version>6.2.8</spring-web.version> |
| 53 | + <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version> |
| 54 | + <spring-web.version>6.2.12</spring-web.version> |
55 | 55 | </properties> |
56 | 56 |
|
57 | 57 | <profiles> |
|
143 | 143 | <dependency> |
144 | 144 | <groupId>org.projectlombok</groupId> |
145 | 145 | <artifactId>lombok</artifactId> |
146 | | - <version>1.18.38</version> |
| 146 | + <version>1.18.42</version> |
147 | 147 | <optional>true</optional> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>org.apache.commons</groupId> |
151 | 151 | <artifactId>commons-lang3</artifactId> |
152 | | - <version>3.18.0</version> |
| 152 | + <version>3.19.0</version> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>de.grundid.opendatalab</groupId> |
|
254 | 254 | <dependency> |
255 | 255 | <groupId>org.springdoc</groupId> |
256 | 256 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
257 | | - <version>2.8.9</version> |
| 257 | + <version>2.8.13</version> |
258 | 258 | </dependency> |
259 | 259 |
|
260 | 260 | <!-- AWS --> |
261 | 261 | <dependency> |
262 | 262 | <groupId>software.amazon.awssdk</groupId> |
263 | 263 | <artifactId>s3</artifactId> |
264 | | - <version>2.32.13</version> |
| 264 | + <version>2.35.9</version> |
265 | 265 | <scope>compile</scope> |
266 | 266 | </dependency> |
267 | 267 | </dependencies> |
|
298 | 298 | <plugin> |
299 | 299 | <groupId>org.apache.maven.plugins</groupId> |
300 | 300 | <artifactId>maven-failsafe-plugin</artifactId> |
301 | | - <version>3.5.3</version> |
| 301 | + <version>3.5.4</version> |
302 | 302 | <executions> |
303 | 303 | <execution> |
304 | 304 | <id>integration-tests</id> |
|
325 | 325 | <plugin> |
326 | 326 | <groupId>org.apache.maven.plugins</groupId> |
327 | 327 | <artifactId>maven-surefire-plugin</artifactId> |
328 | | - <version>3.5.3</version> |
| 328 | + <version>3.5.4</version> |
329 | 329 | <configuration> |
330 | 330 | <argLine>@{argLine} -Xmx1024m</argLine> |
331 | 331 | <skipTests>${skip.unit.tests}</skipTests> |
|
342 | 342 | <plugin> |
343 | 343 | <groupId>org.jacoco</groupId> |
344 | 344 | <artifactId>jacoco-maven-plugin</artifactId> |
345 | | - <version>0.8.13</version> |
| 345 | + <version>0.8.14</version> |
346 | 346 | <configuration> |
347 | 347 | <skip>${jacoco.skip}</skip> |
348 | 348 | <excludes> |
|
460 | 460 | <plugin> |
461 | 461 | <groupId>org.apache.maven.plugins</groupId> |
462 | 462 | <artifactId>maven-enforcer-plugin</artifactId> |
463 | | - <version>3.6.0</version> |
| 463 | + <version>3.6.2</version> |
464 | 464 | <executions> |
465 | 465 | <execution> |
466 | 466 | <id>default-cli</id> |
|
565 | 565 | <dependency> |
566 | 566 | <groupId>org.apache.commons</groupId> |
567 | 567 | <artifactId>commons-lang3</artifactId> |
568 | | - <version>3.18.0</version> |
| 568 | + <version>3.19.0</version> |
569 | 569 | </dependency> |
570 | 570 | </dependencies> |
571 | 571 | </dependencyManagement> |
|
0 commit comments