Skip to content

Commit

Permalink
Merge pull request #301 from yetanalytics/sqlite-rce-update
Browse files Browse the repository at this point in the history
SQLite CVE-2023-32697  fix
  • Loading branch information
kelvinqian00 committed May 25, 2023
2 parents 9955958 + 9530da7 commit 0eb2767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pom.xml
pom.xml.asc
*.jar
*.class
*.pem
/lib/
/classes/
/target/
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:aliases
{:db-sqlite
{:extra-paths ["src/db/sqlite"]
:extra-deps {org.xerial/sqlite-jdbc {:mvn/version "3.36.0"}}}
:extra-deps {org.xerial/sqlite-jdbc {:mvn/version "3.42.0.0"}}}
:db-postgres
{:extra-paths ["src/db/postgres"]
:extra-deps {org.postgresql/postgresql {:mvn/version "42.5.1"}
Expand All @@ -91,7 +91,7 @@
"src/test"
"dev-resources"]
:extra-deps {;; DB deps
org.xerial/sqlite-jdbc {:mvn/version "3.36.0"}
org.xerial/sqlite-jdbc {:mvn/version "3.42.0.0"}
org.postgresql/postgresql {:mvn/version "42.5.1"}
org.testcontainers/postgresql {:mvn/version "1.17.3"}
com.kohlschutter.junixsocket/junixsocket-common
Expand Down

0 comments on commit 0eb2767

Please sign in to comment.