Skip to content

Commit c83293c

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-8055227
1 parent 63ff249 commit c83293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<!-- GPL -->
238238
<groupId>com.mysql</groupId>
239239
<artifactId>mysql-connector-j</artifactId>
240-
<version>8.3.0</version>
240+
<version>9.2.0</version>
241241
<type>jar</type>
242242
<scope>compile</scope>
243243
</dependency>

0 commit comments

Comments
 (0)