Skip to content

Commit

Permalink
Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 (#5811)
Browse files Browse the repository at this point in the history
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.2.0 to 3.45.3.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.45.2.0...3.45.3.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent c484f1f commit 8d3107e
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 @@ -23,7 +23,7 @@
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.3.3</mariadb.version>
<oracle.version>19.22.0.0</oracle.version>
<sqlite.version>3.45.2.0</sqlite.version>
<sqlite.version>3.45.3.0</sqlite.version>
<db2.version>11.5.9.0</db2.version>
<firebird.version>5.0.4.java8</firebird.version>
<liquibase-pro.version>master-SNAPSHOT</liquibase-pro.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.2.0</version>
<version>3.45.3.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8d3107e

Please sign in to comment.