Skip to content

Commit

Permalink
Replace mysql:mysql-connector-java with com.mysql:mysql-connector-j
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed Jan 16, 2025
1 parent bc105dc commit a47f901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>6.0.5</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a47f901

Please sign in to comment.