Skip to content

Commit a379068

Browse files
Replace dependency mysql:mysql-connector-java with com.mysql:mysql-connector-j 8.0.33
1 parent d1aced4 commit a379068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ John Paul Rodker Morrison (Software architect/developer)
4040
<version>2.13.2</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>mysql</groupId>
44-
<artifactId>mysql-connector-java</artifactId>
43+
<groupId>com.mysql</groupId>
44+
<artifactId>mysql-connector-j</artifactId>
4545
<version>8.0.33</version>
4646
</dependency>
4747
<dependency>

0 commit comments

Comments
 (0)