diff --git a/build.gradle b/build.gradle index 5e17e4e..451376d 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { // sqlite with default version from spring boot bom (3.43.2.0) doesn't work with spring boot 3.2.2 // sqlite version 3.42.1 works with spring boot 3.1.3 // Working sqlite version with spring boot 3.2.2 is 3.45.1.0 - implementation 'org.xerial:sqlite-jdbc:3.46.1.0' + implementation 'org.xerial:sqlite-jdbc:3.46.1.3' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:logging-interceptor'