This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 018b2f869 Update sqlite-jdbc to 3.46.0.1
018b2f869 is described below
commit 018b2f869af55dadad4fdf869b349ae811a77273
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Aug 6 11:40:45 2024 +0400
Update sqlite-jdbc to 3.46.0.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ba2cfdf5c..866fd3d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1253,7 +1253,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.36.0.3</version>
+ <version>3.46.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>