Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 4 vulnerable dependencies identified by Prisma Cloud #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>
Copy link

@bridgecrew bridgecrew bot Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mysql:mysql-connector-java 8.0.28 / pom.xml

LOW  Unknown License (The GNU General Public License, v2 with FOSS exception)

This package use a non-SPDX, unrecognized, or private open-source license. Ensure this package is compliant.

     🎉   Fixed by commit 67b057a - Fix 4 vulnerable dependencies identified by Prisma Cloud

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mysql:mysql-connector-java 8.0.28 / pom.xml

LOW  Unknown License (The GNU General Public License, v2 with FOSS exception)

This package use a non-SPDX, unrecognized, or private open-source license. Ensure this package is compliant.

</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