diff --git a/build.gradle b/build.gradle index 5b54b51..d953266 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "org.slf4j:slf4j-api:2.0.11" implementation 'javax.annotation:javax.annotation-api:1.3.2' api "org.springframework.data:spring-data-jdbc:2.4.5" - implementation 'org.xerial:sqlite-jdbc:3.45.1.0' + implementation 'org.xerial:sqlite-jdbc:3.46.0.0' testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" testImplementation "org.assertj:assertj-core:3.25.3"