|
211 | 211 | <dependency> |
212 | 212 | <groupId>org.graalvm.buildtools</groupId> |
213 | 213 | <artifactId>graalvm-reachability-metadata</artifactId> |
214 | | - <version>0.11.2</version> |
| 214 | + <version>0.11.3</version> |
215 | 215 | <classifier>repository</classifier> |
216 | 216 | <type>zip</type> |
217 | 217 | </dependency> |
|
529 | 529 | <plugin> |
530 | 530 | <groupId>org.owasp</groupId> |
531 | 531 | <artifactId>dependency-check-maven</artifactId> |
532 | | - <version>12.1.8</version> |
| 532 | + <version>12.1.9</version> |
533 | 533 | <configuration> |
534 | 534 | <nvdApiKey>${nvd.api.key}</nvdApiKey> |
535 | 535 | <failBuildOnCVSS>10</failBuildOnCVSS> |
|
577 | 577 | <dependency> |
578 | 578 | <groupId>software.amazon.awssdk</groupId> |
579 | 579 | <artifactId>bom</artifactId> |
580 | | - <version>2.38.2</version> |
| 580 | + <version>2.38.6</version> |
581 | 581 | <type>pom</type> |
582 | 582 | <scope>import</scope> |
583 | 583 | </dependency> |
|
671 | 671 | <dependency> |
672 | 672 | <groupId>com.fasterxml.jackson.datatype</groupId> |
673 | 673 | <artifactId>jackson-datatype-jsr310</artifactId> |
674 | | - <version>2.20.0</version> |
| 674 | + <version>2.20.1</version> |
675 | 675 | </dependency> |
676 | 676 |
|
677 | 677 | <dependency> |
|
872 | 872 | <dependency> |
873 | 873 | <groupId>software.amazon.awssdk</groupId> |
874 | 874 | <artifactId>cognitoidentity</artifactId> |
875 | | - <version>2.37.5</version> |
| 875 | + <version>2.38.6</version> |
876 | 876 | </dependency> |
877 | 877 |
|
878 | 878 | <dependency> |
879 | 879 | <groupId>software.amazon.awssdk</groupId> |
880 | 880 | <artifactId>cognitoidentityprovider</artifactId> |
881 | | - <version>2.38.1</version> |
| 881 | + <version>2.38.6</version> |
882 | 882 | </dependency> |
883 | 883 |
|
884 | 884 |
|
|
1009 | 1009 | <dependency> |
1010 | 1010 | <groupId>org.springframework</groupId> |
1011 | 1011 | <artifactId>spring-websocket</artifactId> |
1012 | | - <version>6.2.12</version> |
| 1012 | + <version>7.0.0</version> |
1013 | 1013 | <scope>test</scope> |
1014 | 1014 | </dependency> |
1015 | 1015 |
|
|
0 commit comments