Skip to content

Commit 2e99c1b

Browse files
committed
Merge remote-tracking branch 'origin/development' into development
2 parents d339e79 + 12edbf1 commit 2e99c1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>org.graalvm.buildtools</groupId>
213213
<artifactId>graalvm-reachability-metadata</artifactId>
214-
<version>0.11.2</version>
214+
<version>0.11.3</version>
215215
<classifier>repository</classifier>
216216
<type>zip</type>
217217
</dependency>
@@ -529,7 +529,7 @@
529529
<plugin>
530530
<groupId>org.owasp</groupId>
531531
<artifactId>dependency-check-maven</artifactId>
532-
<version>12.1.8</version>
532+
<version>12.1.9</version>
533533
<configuration>
534534
<nvdApiKey>${nvd.api.key}</nvdApiKey>
535535
<failBuildOnCVSS>10</failBuildOnCVSS>
@@ -577,7 +577,7 @@
577577
<dependency>
578578
<groupId>software.amazon.awssdk</groupId>
579579
<artifactId>bom</artifactId>
580-
<version>2.38.2</version>
580+
<version>2.38.6</version>
581581
<type>pom</type>
582582
<scope>import</scope>
583583
</dependency>
@@ -671,7 +671,7 @@
671671
<dependency>
672672
<groupId>com.fasterxml.jackson.datatype</groupId>
673673
<artifactId>jackson-datatype-jsr310</artifactId>
674-
<version>2.20.0</version>
674+
<version>2.20.1</version>
675675
</dependency>
676676

677677
<dependency>
@@ -872,13 +872,13 @@
872872
<dependency>
873873
<groupId>software.amazon.awssdk</groupId>
874874
<artifactId>cognitoidentity</artifactId>
875-
<version>2.37.5</version>
875+
<version>2.38.6</version>
876876
</dependency>
877877

878878
<dependency>
879879
<groupId>software.amazon.awssdk</groupId>
880880
<artifactId>cognitoidentityprovider</artifactId>
881-
<version>2.38.1</version>
881+
<version>2.38.6</version>
882882
</dependency>
883883

884884

@@ -1009,7 +1009,7 @@
10091009
<dependency>
10101010
<groupId>org.springframework</groupId>
10111011
<artifactId>spring-websocket</artifactId>
1012-
<version>6.2.12</version>
1012+
<version>7.0.0</version>
10131013
<scope>test</scope>
10141014
</dependency>
10151015

0 commit comments

Comments
 (0)