Merge pull request #6933 from magefree/dependabot/maven/org.xerial-sqlite-jdbc-3.32.3.2

Bump sqlite-jdbc from 3.32.3.1 to 3.32.3.2
This commit is contained in:
Oleg Agafonov 2020-08-15 21:17:37 +02:00 committed by GitHub
commit 6038b76093
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.32.3.1</version> <version>3.32.3.2</version>
</dependency> </dependency>
</dependencies> </dependencies>