Skip to content

Commit 0c90aa5

Browse files
author
wangzihao
committed
Direct vulnerabilities:
CVE-2023-22102
1 parent f6e74df commit 0c90aa5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,11 @@
265265
<version>${spring-boot.version}</version>
266266
<scope>test</scope>
267267
</dependency>
268+
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
268269
<dependency>
269-
<groupId>mysql</groupId>
270-
<artifactId>mysql-connector-java</artifactId>
271-
<version>8.0.28</version>
270+
<groupId>com.mysql</groupId>
271+
<artifactId>mysql-connector-j</artifactId>
272+
<version>9.2.0</version>
272273
<scope>test</scope>
273274
</dependency>
274275
<!-- 测试mqtt用的,mqtt客户端-->

0 commit comments

Comments
 (0)