File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
<slf4j .version>1.7.36</slf4j .version>
41
41
<ant .version>1.10.12</ant .version>
42
42
<testcontainers .version>1.20.1</testcontainers .version>
43
- <mysql .connector.version>8.0.29 </mysql .connector.version>
43
+ <mysql .connector.version>9.2.0 </mysql .connector.version>
44
44
45
45
<maven .compiler.target>11</maven .compiler.target>
46
46
<maven .compiler.source>11</maven .compiler.source>
401
401
<scope >test</scope >
402
402
</dependency >
403
403
<dependency >
404
- <groupId >mysql</groupId >
405
- <artifactId >mysql-connector-java </artifactId >
404
+ <groupId >com. mysql</groupId >
405
+ <artifactId >mysql-connector-j </artifactId >
406
406
<version >${mysql.connector.version} </version >
407
407
<scope >test</scope >
408
408
</dependency >
1036
1036
</activation >
1037
1037
<dependencies >
1038
1038
<dependency >
1039
- <groupId >mysql</groupId >
1040
- <artifactId >mysql-connector-java </artifactId >
1039
+ <groupId >com. mysql</groupId >
1040
+ <artifactId >mysql-connector-j </artifactId >
1041
1041
<scope >test</scope >
1042
1042
</dependency >
1043
1043
</dependencies >
1052
1052
</activation >
1053
1053
<dependencies >
1054
1054
<dependency >
1055
- <groupId >mysql</groupId >
1056
- <artifactId >mysql-connector-java </artifactId >
1055
+ <groupId >com. mysql</groupId >
1056
+ <artifactId >mysql-connector-j </artifactId >
1057
1057
<scope >test</scope >
1058
1058
</dependency >
1059
1059
</dependencies >
You can’t perform that action at this time.
0 commit comments