We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f964e3 commit af5cea2Copy full SHA for af5cea2
1 file changed
pom.xml
@@ -265,10 +265,11 @@
265
<version>${spring-boot.version}</version>
266
<scope>test</scope>
267
</dependency>
268
+ <!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
269
<dependency>
- <groupId>mysql</groupId>
270
- <artifactId>mysql-connector-java</artifactId>
271
- <version>8.0.28</version>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
272
+ <version>9.2.0</version>
273
274
275
<!-- 测试mqtt用的,mqtt客户端-->
@@ -608,4 +609,4 @@
608
609
<!--gpg --keyserver hkp://pool.sks-keyservers.net --send-keys A12DCF7DF1-->
610
<!--JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8-->
611
<!-- jar -cvf bundle.jar spring-boot-protocol-* -->
-</project>
612
+</project>
0 commit comments