diff --git a/build.gradle b/build.gradle index 60c5131..7bc4411 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,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.0.0' + implementation 'org.xerial:sqlite-jdbc:3.46.0.1' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.squareup.okhttp3:okhttp' implementation 'com.squareup.okhttp3:logging-interceptor'