Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.45.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent f1a6c99 commit 0c9ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.3")
compileOnly("org.jetbrains", "annotations", "24.1.0")
implementation("org.xerial", "sqlite-jdbc", "3.45.1.0")
implementation("org.xerial", "sqlite-jdbc", "3.45.2.0")
implementation("org.postgresql", "postgresql", "42.7.2")
implementation("com.zaxxer", "HikariCP", "5.1.0")

Expand Down

0 comments on commit 0c9ad98

Please sign in to comment.