We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dependency https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.40.0.0 has a vulnerability:
https://nvd.nist.gov/vuln/detail/CVE-2023-32697
a bump to 3.43.0 should fix it.
The text was updated successfully, but these errors were encountered:
Might have to stick with version 3.42.0.1 for now as xerial has removed Statement#getGeneratedKeys support in 3.43.0.0.
Statement#getGeneratedKeys
In this library, I modified the getGeneratedKeys usage here: f1579b94f9.
getGeneratedKeys
ORMLite (a dependency) uses getGeneratedKeys and does not work with 3.43.0.0. j256/ormlite-jdbc#82
Sorry, something went wrong.
Fixed in release 6.6.2 with SQLite JDBC 3.42.0.1
Successfully merging a pull request may close this issue.
The dependency https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.40.0.0 has a vulnerability:
https://nvd.nist.gov/vuln/detail/CVE-2023-32697
a bump to 3.43.0 should fix it.
The text was updated successfully, but these errors were encountered: