Skip to content

Commit b1b88a2

Browse files
fix(deps): update java dependencies
1 parent 8c2d315 commit b1b88a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<oracle-database.version>23.8.0.25.04</oracle-database.version>
5151
<tomcat.version>10.1.42</tomcat.version>
5252
<postgresql.version>42.7.7</postgresql.version>
53-
<nimbus-jose-jwt.version>10.6</nimbus-jose-jwt.version>
53+
<nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>
5454
<spring-web.version>6.2.15</spring-web.version>
5555
</properties>
5656

@@ -254,14 +254,14 @@
254254
<dependency>
255255
<groupId>org.springdoc</groupId>
256256
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
257-
<version>2.8.14</version>
257+
<version>2.8.15</version>
258258
</dependency>
259259

260260
<!-- AWS -->
261261
<dependency>
262262
<groupId>software.amazon.awssdk</groupId>
263263
<artifactId>s3</artifactId>
264-
<version>2.41.2</version>
264+
<version>2.41.5</version>
265265
<scope>compile</scope>
266266
</dependency>
267267

0 commit comments

Comments
 (0)