File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <slf4j .version>1.7.36</slf4j .version>
4141 <ant .version>1.10.12</ant .version>
4242 <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>
4444
4545 <maven .compiler.target>11</maven .compiler.target>
4646 <maven .compiler.source>11</maven .compiler.source>
401401 <scope >test</scope >
402402 </dependency >
403403 <dependency >
404- <groupId >mysql</groupId >
405- <artifactId >mysql-connector-java </artifactId >
404+ <groupId >com. mysql</groupId >
405+ <artifactId >mysql-connector-j </artifactId >
406406 <version >${mysql.connector.version} </version >
407407 <scope >test</scope >
408408 </dependency >
10361036 </activation >
10371037 <dependencies >
10381038 <dependency >
1039- <groupId >mysql</groupId >
1040- <artifactId >mysql-connector-java </artifactId >
1039+ <groupId >com. mysql</groupId >
1040+ <artifactId >mysql-connector-j </artifactId >
10411041 <scope >test</scope >
10421042 </dependency >
10431043 </dependencies >
10521052 </activation >
10531053 <dependencies >
10541054 <dependency >
1055- <groupId >mysql</groupId >
1056- <artifactId >mysql-connector-java </artifactId >
1055+ <groupId >com. mysql</groupId >
1056+ <artifactId >mysql-connector-j </artifactId >
10571057 <scope >test</scope >
10581058 </dependency >
10591059 </dependencies >
You can’t perform that action at this time.
0 commit comments