Merge pull request #6898 from magefree/dependabot/maven/org.xerial-sqlite-jdbc-3.32.3.1

Bump sqlite-jdbc from 3.25.2 to 3.32.3.1
This commit is contained in:
Oleg Agafonov 2020-07-28 02:38:14 +02:00 committed by GitHub
commit 0eb9f458b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,7 @@
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.25.2</version> <version>3.32.3.1</version>
</dependency> </dependency>
</dependencies> </dependencies>