Skip to content

Commit

Permalink
Replace dependency mysql:mysql-connector-java with com.mysql:mysql-co…
Browse files Browse the repository at this point in the history
…nnector-j 8.0.33
  • Loading branch information
renovate-bot committed Feb 3, 2025
1 parent 54e94d9 commit 5c1f2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 5c1f2b4

Please sign in to comment.