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 4e94f90 commit af3cc05Copy full SHA for af3cc05
application/build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
dependencies {
3
- classpath 'org.xerial:sqlite-jdbc:3.45.0.0'
+ classpath 'org.xerial:sqlite-jdbc:3.46.1.0'
4
}
5
6
database/build.gradle
@@ -2,7 +2,7 @@ plugins {
id 'java'
-var sqliteVersion = "3.45.0.0"
+var sqliteVersion = "3.46.1.0"
7
8
implementation 'com.google.code.findbugs:jsr305:3.0.2'
0 commit comments