We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb661c commit 57c3a5fCopy full SHA for 57c3a5f
application/build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
dependencies {
3
- classpath 'org.xerial:sqlite-jdbc:3.47.1.0'
+ classpath 'org.xerial:sqlite-jdbc:3.49.1.0'
4
}
5
6
database/build.gradle
@@ -2,7 +2,7 @@ plugins {
id 'java'
-var sqliteVersion = "3.47.1.0"
+var sqliteVersion = "3.49.1.0"
7
8
implementation 'com.google.code.findbugs:jsr305:3.0.2'
0 commit comments