mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 14:40:34 +01:00
Update sqlite to 3.39.2.0 (#2369)
This should fix an intermittent segfault, see: - https://github.com/ACINQ/eclair/runs/7741716877 - https://github.com/xerial/sqlite-jdbc/issues/680
This commit is contained in:
parent
9f9cf9ce0e
commit
f49eb0effe
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
|||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.36.0.1</version>
|
||||
<version>3.39.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue