Skip to content

Commit

Permalink
Revert to older SQLite JDBC driver (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jan 25, 2024
1 parent 8e2bae3 commit add9029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ springBootTomcatVersion=9.0.83

springVersion=5.3.31

sqliteJdbcVersion=3.45.0.0
# Do not upgrade until BaseDaoImpl stops calling getGeneratedKeys(), Issue 49462
sqliteJdbcVersion=3.42.0.1

# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
stax2ApiVersion=4.2.1
Expand Down

0 comments on commit add9029

Please sign in to comment.