Skip to content

Commit a866ce9

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.49.1.0 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 647e06c commit a866ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("mysql:mysql-connector-java:8.0.33")
1515
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.2")
1616
compileOnly("org.jetbrains", "annotations", "26.0.2")
17-
implementation("org.xerial", "sqlite-jdbc", "3.49.0.0")
17+
implementation("org.xerial", "sqlite-jdbc", "3.49.1.0")
1818
implementation("org.postgresql", "postgresql", "42.7.5")
1919
implementation("com.zaxxer", "HikariCP", "6.2.1")
2020

0 commit comments

Comments
 (0)