Skip to content

Commit

Permalink
Merge pull request #91 from coderPaddyS/versionUpgrades
Browse files Browse the repository at this point in the history
upgrades
  • Loading branch information
coderPaddyS authored Mar 8, 2022
2 parents 4370774 + 3ee5cf6 commit 6328793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
<version>31.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.8.3</version>
<version>3.18.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.9.0</version>
<version>0.20.2</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 6328793

Please sign in to comment.