Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81e9114

Browse files
authoredNov 26, 2024··
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.47.1.0
1 parent b06d637 commit 81e9114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jaxb-api.version>2.3.1</jaxb-api.version>
4444
<!-- JDBC -->
4545
<postgresql.version>9.1-901-1.jdbc4</postgresql.version>
46-
<sqlite-jdbc.version>3.46.0.1</sqlite-jdbc.version>
46+
<sqlite-jdbc.version>3.47.1.0</sqlite-jdbc.version>
4747
<!-- Testing -->
4848
<junit.version>4.13.2</junit.version>
4949
<jsonassert.version>1.5.3</jsonassert.version>

0 commit comments

Comments
 (0)
Please sign in to comment.