Browse Source

sqlite版本升级

沈静伟 1 year ago
parent
commit
1e47e8a85b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -130,7 +130,7 @@
         <dependency>
             <groupId>org.xerial</groupId>
             <artifactId>sqlite-jdbc</artifactId>
-            <version>3.21.0.1</version>
+            <version>3.39.4.0</version>
         </dependency>
 
         <!--email发送 -->