sqlite-jdbc updated to 3.8.11.2

This commit is contained in:
Vyacheslav Karpukhin
2017-01-25 15:50:53 +01:00
parent a05fc43fcb
commit d6cd6d28ad
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.6.20.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.8.11.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.6.20.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.8.11.2.jar!/" />
</SOURCES>
</library>
</component>
Binary file not shown.
Binary file not shown.
@@ -382,7 +382,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.6.20.1", license: "Apache 2.0",
new LibraryLicense(name: "Xerial SQLite JDBC", libraryName: "sqlite", version: "3.8.11.2", 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"),