diff --git a/.idea/libraries/sqlite.xml b/.idea/libraries/sqlite.xml index 54ed24ede12e..6e7944d4152d 100644 --- a/.idea/libraries/sqlite.xml +++ b/.idea/libraries/sqlite.xml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file diff --git a/lib/sqlite-jdbc-3.6.20.1.jar b/lib/sqlite-jdbc-3.6.20.1.jar deleted file mode 100644 index 442d76b0ef95..000000000000 Binary files a/lib/sqlite-jdbc-3.6.20.1.jar and /dev/null differ diff --git a/lib/sqlite-jdbc-3.8.11.2.jar b/lib/sqlite-jdbc-3.8.11.2.jar new file mode 100644 index 000000000000..70be4270ca94 Binary files /dev/null and b/lib/sqlite-jdbc-3.8.11.2.jar differ diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index ccafa2320f98..b14259f63b99 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -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"),