Skip to content

Commit

Permalink
Fix 4 vulnerable dependencies identified by Prisma Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouldaemon committed Jan 6, 2024
1 parent e6b1d27 commit 226734d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparkjava-mysql/backend/pom.xml
Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.16</version>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.4</version>
<version>2.8.9</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 226734d

Please sign in to comment.