File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
</description >
39
39
<properties >
40
40
<oracleVersion >19.3.0.0</oracleVersion >
41
- <mysqlVersion >8.0.33 </mysqlVersion >
42
- <mariadbVersion >3.4 .1</mariadbVersion >
41
+ <mysqlVersion >9.1.0 </mysqlVersion >
42
+ <mariadbVersion >3.5 .1</mariadbVersion >
43
43
<h2Version >1.4.200</h2Version >
44
- <postgresVersion >42.7.3 </postgresVersion >
44
+ <postgresVersion >42.7.4 </postgresVersion >
45
45
</properties >
46
46
<build >
47
47
<pluginManagement >
62
62
<version >${postgresVersion} </version >
63
63
</dependency >
64
64
<dependency >
65
- <groupId >mysql</groupId >
66
- <artifactId >mysql-connector-java </artifactId >
65
+ <groupId >com. mysql</groupId >
66
+ <artifactId >mysql-connector-j </artifactId >
67
67
<version >${mysqlVersion} </version >
68
68
</dependency >
69
69
<dependency >
202
202
<scope >test</scope >
203
203
</dependency >
204
204
<dependency >
205
- <groupId >mysql</groupId >
206
- <artifactId >mysql-connector-java </artifactId >
205
+ <groupId >com. mysql</groupId >
206
+ <artifactId >mysql-connector-j </artifactId >
207
207
<version >${mysqlVersion} </version >
208
208
<scope >test</scope >
209
209
</dependency >
You can’t perform that action at this time.
0 commit comments