Update sqlite-jdbc to 3.16.1

This commit is contained in:
Konstantin Kolosovsky
2017-06-20 19:38:30 +03:00
parent d47b7e0d5b
commit 0bb359c61b
4 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="sqlite">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.8.11.2.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.16.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.8.11.2.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.16.1.jar!/" />
</SOURCES>
</library>
</component>
Binary file not shown.
Binary file not shown.
@@ -385,7 +385,7 @@ class CommunityLibraryLicenses {
url: "http://xml.apache.org/xalan-j/", licenseUrl: "http://xml.apache.org/xalan-j/"),
new LibraryLicense(name: "Xerces", version: "2.11", license: "Apache 2.0", url: "http://xerces.apache.org/xerces2-j/",
licenseUrl: "http://xerces.apache.org/xerces2-j/"),
new LibraryLicense(name: "Xerial SQLite JDBC", libraryName: "sqlite", version: "3.8.11.2", license: "Apache 2.0",
new LibraryLicense(name: "Xerial SQLite JDBC", libraryName: "sqlite", version: "3.16.1", license: "Apache 2.0",
url: "https://github.com/xerial/sqlite-jdbc"),
new LibraryLicense(name: "XML-RPC", libraryName: "XmlRPC", version: "2.0", license: "Apache 2.0",
url: "http://ws.apache.org/xmlrpc/xmlrpc2/", licenseUrl: "http://ws.apache.org/xmlrpc/xmlrpc2/license.html"),