We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e57cff commit 919ecbdCopy full SHA for 919ecbd
build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
37
// Database
38
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
39
- implementation("org.xerial:sqlite-jdbc:3.49.1.0")
+ implementation("org.xerial:sqlite-jdbc:3.51.2.0")
40
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.11.Final")
41
42
// Fastjson
0 commit comments