We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2e718 commit f7be343Copy full SHA for f7be343
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.50.1.0")
40
implementation("org.hibernate.orm:hibernate-community-dialects:6.6.11.Final")
41
42
// Fastjson
0 commit comments