File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
<scope >test</scope >
60
60
</dependency >
61
61
<dependency >
62
- <groupId >mysql</groupId >
63
- <artifactId >mysql-connector-java </artifactId >
62
+ <groupId >com. mysql</groupId >
63
+ <artifactId >mysql-connector-j </artifactId >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
<dependency >
Original file line number Diff line number Diff line change 88
88
<version .javamail>2.0.1</version .javamail>
89
89
<version .hikaricp>6.2.1</version .hikaricp>
90
90
<version .h2>2.3.232</version .h2>
91
- <version .mysql>8.0.32 </version .mysql>
91
+ <version .mysql>9.2.0 </version .mysql>
92
92
<version .postgres>42.7.2</version .postgres>
93
93
<version .oracle>11.2.0.3</version .oracle>
94
94
<version .sqlserver>7.0.0.jre10</version .sqlserver>
801
801
<scope >test</scope >
802
802
</dependency >
803
803
<dependency >
804
- <groupId >mysql</groupId >
805
- <artifactId >mysql-connector-java </artifactId >
804
+ <groupId >com. mysql</groupId >
805
+ <artifactId >mysql-connector-j </artifactId >
806
806
<version >${version.mysql} </version >
807
807
<scope >test</scope >
808
808
</dependency >
You can’t perform that action at this time.
0 commit comments