Skip to content

Commit bb5bc38

Browse files
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.51.1.0 (#1485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a38becd commit bb5bc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" }
88
jdbc-mysql = { module = "mysql:mysql-connector-java", version = "8.0.33" }
99
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.26.0.0.0" }
1010
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
11-
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.51.0.0" }
11+
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.51.1.0" }
1212
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.10.2.jre11" }
1313

1414
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.17" }

0 commit comments

Comments
 (0)