Skip to content

Commit

Permalink
Upgrade sqlite-jdbc from 3.39.3.0 to 3.39.4.0 (#3451)
Browse files Browse the repository at this point in the history
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.3.0 to 3.39.4.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.39.3.0...3.39.4.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Mallorga <dmallorga@liquibase.com>
Co-authored-by: filipe lautert <flautert@liquibase.org>
  • Loading branch information
3 people committed Nov 28, 2022
1 parent bd9dbc8 commit 5778f16
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 @@ -21,7 +21,7 @@
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.0.8</mariadb.version>
<oracle.version>21.7.0.0</oracle.version>
<sqlite.version>3.39.3.0</sqlite.version>
<sqlite.version>3.39.4.0</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 @@ -222,7 +222,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.3.0</version>
<version>3.39.4.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5778f16

Please sign in to comment.