Skip to content

Commit af5cea2

Browse files
Update pom.xml
Direct vulnerabilities: CVE-2023-22102
1 parent 2f964e3 commit af5cea2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 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客户端-->
@@ -608,4 +609,4 @@
608609
<!--gpg &#45;&#45;keyserver hkp://pool.sks-keyservers.net &#45;&#45;send-keys A12DCF7DF1-->
609610
<!--JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8-->
610611
<!-- jar -cvf bundle.jar spring-boot-protocol-* -->
611-
</project>
612+
</project>

0 commit comments

Comments
 (0)