Skip to content

Commit 9b4ff0d

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMYSQL-6075938
1 parent 62a04f0 commit 9b4ff0d

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
@@ -229,7 +229,7 @@
229229
<!-- GPL -->
230230
<groupId>com.mysql</groupId>
231231
<artifactId>mysql-connector-j</artifactId>
232-
<version>8.0.33</version>
232+
<version>8.2.0</version>
233233
<type>jar</type>
234234
<scope>compile</scope>
235235
</dependency>

0 commit comments

Comments
 (0)