Skip to content

Commit

Permalink
Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.0.0 (#150)
Browse files Browse the repository at this point in the history
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.43.2.2 to 3.44.0.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.43.2.2...3.44.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 327dd9a commit e1a1b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ testing {
runtimeOnly("mysql:mysql-connector-java:8.0.33")
runtimeOnly("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre11")
runtimeOnly("org.xerial:sqlite-jdbc:3.43.2.2")
runtimeOnly("org.xerial:sqlite-jdbc:3.44.0.0")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.0")
runtimeOnly("com.ibm.db2:jcc:11.5.8.0")
}
Expand Down

0 comments on commit e1a1b9c

Please sign in to comment.