Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.48.0.0 (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Jan 15, 2025
2 parents 03272c7 + 795648d commit a9fd708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jdbc-h2 = { module = "com.h2database:h2", version = "2.3.232" }
jdbc-mysql = { module = "mysql:mysql-connector-java", version = "8.0.33" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.6.0.24.10" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.47.2.0" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.48.0.0" }
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }

slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.16" }
Expand Down

0 comments on commit a9fd708

Please sign in to comment.