Skip to content

Commit

Permalink
updated version and mysql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Mar 5, 2025
1 parent b0e0742 commit fb1a672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.liquibase</groupId>
<artifactId>liquibase-test-harness</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<name>Liquibase Test Harness</name>
<description>Test Harness For Liquibase</description>
<url>https://github.com/liquibase/liquibase-test-harness</url>
Expand Down Expand Up @@ -166,9 +166,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.30</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fb1a672

Please sign in to comment.