I'm adding a new rule for MySQL connector, which starting from release 8.1 changed their moduleId from mysql:mysql-connector-java to com.mysql:mysql-connector-j (mentioned in their release notes).
I'm not super familiar with the project, so I used the postgresql implementation as inspiration for the change, please do let me know if I'm missing anything.
Hi there 👋
I'm adding a new rule for MySQL connector, which starting from release 8.1 changed their moduleId from
mysql:mysql-connector-java
tocom.mysql:mysql-connector-j
(mentioned in their release notes).I'm not super familiar with the project, so I used the
postgresql
implementation as inspiration for the change, please do let me know if I'm missing anything.