Skip to content

Commit

Permalink
Merge pull request #2751 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Update mysql-connector-j to new GAV relocation
  • Loading branch information
hazendaz authored Dec 10, 2022
2 parents 5911cb6 + 69758a2 commit 9ea182f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9ea182f

Please sign in to comment.