File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 <cxf .version>4.0.5</cxf .version>
4141 <spring .version>6.1.11</spring .version>
4242 <spring .security.version>6.3.1</spring .security.version>
43- <mysql .jdbc.version>8 .0.30 </mysql .jdbc.version>
43+ <mysql .jdbc.version>9 .0.0 </mysql .jdbc.version>
4444 <jetty .version>12.0.12</jetty .version>
4545 <lombok .version>1.18.34</lombok .version>
4646 <jackson .version>2.17.2</jackson .version>
400400 <version >${jooq.version} </version >
401401 </dependency >
402402 <dependency >
403- <groupId >mysql</groupId >
404- <artifactId >mysql-connector-java </artifactId >
403+ <groupId >com. mysql</groupId >
404+ <artifactId >mysql-connector-j </artifactId >
405405 <version >${mysql.jdbc.version} </version >
406406 </dependency >
407407 </dependencies >
736736
737737 <!-- DB -->
738738 <dependency >
739- <groupId >mysql</groupId >
740- <artifactId >mysql-connector-java </artifactId >
739+ <groupId >com. mysql</groupId >
740+ <artifactId >mysql-connector-j </artifactId >
741741 <version >${mysql.jdbc.version} </version >
742742 </dependency >
743743 <dependency >
You can’t perform that action at this time.
0 commit comments