Skip to content

Commit

Permalink
Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 95c38b8 commit 4f4c241
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 @@ -45,7 +45,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("com.google.guava:guava:33.1.0-jre")
// https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
implementation("org.xerial:sqlite-jdbc:3.45.1.0")
implementation("org.xerial:sqlite-jdbc:3.45.2.0")
implementation("org.projectlombok:lombok:${lombokVersion}")
// https://mvnrepository.com/artifact/jakarta.annotation/jakarta.annotation-api
implementation("jakarta.annotation:jakarta.annotation-api:${jakartaVersion}")
Expand Down

0 comments on commit 4f4c241

Please sign in to comment.