Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.46.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent c85b025 commit 040b655
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 @@ -36,7 +36,7 @@ dependencies {

// Database
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.xerial:sqlite-jdbc:3.45.2.0")
implementation("org.xerial:sqlite-jdbc:3.46.0.0")
implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final")

// Fastjson
Expand Down

0 comments on commit 040b655

Please sign in to comment.