Skip to content

Commit

Permalink
Merge pull request #3198 from liquibase/dependabot/maven/org.xerial-s…
Browse files Browse the repository at this point in the history
…qlite-jdbc-3.39.2.1

Bump sqlite-jdbc from 3.39.2.0 to 3.39.2.1
  • Loading branch information
nvoxland committed Aug 31, 2022
2 parents 4f6f7ed + ebadf18 commit 4f7e725
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 @@ -22,7 +22,7 @@
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.0.7</mariadb.version>
<oracle.version>21.6.0.0.1</oracle.version>
<sqlite.version>3.39.2.0</sqlite.version>
<sqlite.version>3.39.2.1</sqlite.version>
<db2.version>11.5.7.0</db2.version>
<firebird.version>4.0.6.java8</firebird.version>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.2.0</version>
<version>3.39.2.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4f7e725

Please sign in to comment.