We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c206215 commit 7cd19abCopy full SHA for 7cd19ab
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation "javax.annotation:javax.annotation-api:1.3.2"
40
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5")
41
api "org.springframework.data:spring-data-jdbc"
42
- implementation "org.xerial:sqlite-jdbc:3.45.1.0"
+ implementation "org.xerial:sqlite-jdbc:3.50.1.0"
43
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
44
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
45
testImplementation "org.assertj:assertj-core:3.25.3"
0 commit comments