Skip to content

Commit 62d3c0f

Browse files
authored
fix: sqlite version (#976)
1 parent 9ab22af commit 62d3c0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
4949

5050
// https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
51-
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.45.1.0'
51+
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
5252

5353
// https://mvnrepository.com/artifact/org.mindrot/jbcrypt
5454
implementation group: 'org.mindrot', name: 'jbcrypt', version: '0.4'

implementationDependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"src": "https://repo1.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar"
6868
},
6969
{
70-
"jar": "https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.45.1.0/sqlite-jdbc-3.45.1.0.jar",
71-
"name": "SQLite JDBC Driver 3.45.1.0",
72-
"src": "https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.45.1.0/sqlite-jdbc-3.45.1.0-sources.jar"
70+
"jar": "https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1.jar",
71+
"name": "SQLite JDBC Driver 3.30.1",
72+
"src": "https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.30.1/sqlite-jdbc-3.30.1-sources.jar"
7373
},
7474
{
7575
"jar": "https://repo1.maven.org/maven2/org/mindrot/jbcrypt/0.4/jbcrypt-0.4.jar",

0 commit comments

Comments
 (0)