This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new 4940d71ba Upgrade sqlite dependency (#963)
4940d71ba is described below
commit 4940d71ba8234541f5eb773e5971ddbf13f9dc93
Author: Alexandre Gacon <[email protected]>
AuthorDate: Tue Sep 23 10:18:31 2025 +0200
Upgrade sqlite dependency (#963)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d98615462..95f51d78b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@ limitations under the License.
<version.lib.roaringbitmap>1.3.0</version.lib.roaringbitmap>
<version.lib.sis>1.4</version.lib.sis>
<version.lib.slf4j>2.0.17</version.lib.slf4j>
- <version.lib.sqlite>3.49.1.0</version.lib.sqlite>
+ <version.lib.sqlite>3.50.3.0</version.lib.sqlite>
<version.lib.testcontainers>1.21.0</version.lib.testcontainers>
<version.plugin.jacoco-maven-plugin>0.8.11</version.plugin.jacoco-maven-plugin>
<version.plugin.jib-maven-plugin>3.0.0</version.plugin.jib-maven-plugin>