Skip to content

Commit

Permalink
Merge pull request #2881 from liquibase/dependabot/maven/org.mariadb.…
Browse files Browse the repository at this point in the history
…jdbc-mariadb-java-client-3.0.5

Upgraded mariadb-java-client from 3.0.4 to 3.0.5
  • Loading branch information
nvoxland committed Jun 28, 2022
2 parents 931babc + e1de33c commit 4822952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<postgresql.version>42.3.4</postgresql.version>
<mssql.version>10.2.1.jre8</mssql.version>
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.0.4</mariadb.version>
<mariadb.version>3.0.5</mariadb.version>
<oracle.version>21.5.0.0</oracle.version>
<sqlite.version>3.36.0.3</sqlite.version>
<db2.version>11.5.7.0</db2.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4822952

Please sign in to comment.