Skip to content

Commit f7be343

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.50.1.0
1 parent 4e2e718 commit f7be343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
// Database
3838
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
39-
implementation("org.xerial:sqlite-jdbc:3.49.1.0")
39+
implementation("org.xerial:sqlite-jdbc:3.50.1.0")
4040
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.11.Final")
4141

4242
// Fastjson

0 commit comments

Comments
 (0)