Skip to content

Commit

Permalink
Merge pull request #1456 from macfarla/uprev-sqlite
Browse files Browse the repository at this point in the history
update sqlite version
  • Loading branch information
Krish1979 authored Nov 13, 2022
2 parents d4d0cd6 + a44d94f commit 1c5a17c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ allprojects {

implementation "com.h2database:h2:2.1.212"
implementation "com.zaxxer:HikariCP:5.0.1"

implementation "org.hsqldb:hsqldb:2.7.1"
implementation "org.xerial:sqlite-jdbc:3.23.1"
implementation "org.xerial:sqlite-jdbc:3.30.1"

api 'org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2'
api "jakarta.ws.rs:jakarta.ws.rs-api:3.0.0"
Expand Down

0 comments on commit 1c5a17c

Please sign in to comment.