Skip to content

Commit

Permalink
Updates Mysql driver groupId (openzipkin#1391)
Browse files Browse the repository at this point in the history
Co-authored-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
  • Loading branch information
m1ngyuan and codefromthecrypt committed Jan 6, 2024
1 parent f037afd commit 4d3cd33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instrumentation/mysql8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 4d3cd33

Please sign in to comment.