1
0
Fork 0
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:
Pierre-Marie Padiou 2022-08-09 14:31:03 +02:00 committed by GitHub
parent 9f9cf9ce0e
commit f49eb0effe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>