Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 339d3f7

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMYSQL-9725315
1 parent 2ade08d commit 339d3f7

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
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.mysql</groupId>
5454
<artifactId>mysql-connector-j</artifactId>
55-
<version>9.2.0</version>
55+
<version>9.3.0</version>
5656
</dependency>
5757
<!-- Connection pool -->
5858
<dependency>

0 commit comments

Comments
 (0)