Skip to content

Commit

Permalink
Fix mysql deriver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 21, 2024
1 parent 4816628 commit 015483c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-test-support-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 015483c

Please sign in to comment.