Skip to content

Commit bb8d8d3

Browse files
committed
Update dependency org.xerial:sqlite-jdbc to v3.47.0.0
1 parent 219ea70 commit bb8d8d3

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.4.1")
1616
compileOnly("org.jetbrains", "annotations", "26.0.1")
17-
implementation("org.xerial", "sqlite-jdbc", "3.46.1.3")
17+
implementation("org.xerial", "sqlite-jdbc", "3.47.0.0")
1818
implementation("org.postgresql", "postgresql", "42.7.4")
1919
implementation("com.zaxxer", "HikariCP", "6.0.0")
2020

0 commit comments

Comments
 (0)