Skip to content

Commit d7934dd

Browse files
authored
Update dependencies in pom.xml to latest versions (#233)
1 parent 62d030f commit d7934dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pic-sure-auth-services/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-starter-web</artifactId>
41-
<version>3.2.3</version>
41+
<version>3.4.0</version>
4242
</dependency>
4343
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa -->
4444
<dependency>
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.springframework</groupId>
6363
<artifactId>spring-context</artifactId>
64-
<version>6.1.10</version>
64+
<version>6.1.14</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-starter-test</artifactId>
69-
<version>3.3.4</version>
69+
<version>3.4.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.springframework.boot</groupId>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>com.amazonaws.secretsmanager</groupId>
160160
<artifactId>aws-secretsmanager-jdbc</artifactId>
161-
<version>2.0.0</version>
161+
<version>2.0.2</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.jayway.jsonpath</groupId>

0 commit comments

Comments
 (0)