Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 9, 2024
1 parent 53fd189 commit 50afaad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.3</version>
<version>9.40</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
Expand Down Expand Up @@ -288,7 +288,7 @@
<dependency>
<groupId>org.elasticmq</groupId>
<artifactId>elasticmq-rest-sqs_2.13</artifactId>
<version>1.5.7</version>
<version>1.6.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<logbackVer>1.5.3</logbackVer>
<awsJdkVer>[2.21.23,)</awsJdkVer>
<jerseyVer>3.1.6</jerseyVer>
<springBootVer>3.2.5</springBootVer>
<springBootVer>3.3.1</springBootVer>
<metricsVer>4.2.25</metricsVer>
<httpClientVer>5.3.1</httpClientVer>
<httpCoreVer>5.2.4</httpCoreVer>
Expand Down

0 comments on commit 50afaad

Please sign in to comment.