Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.0
Bumps sqlite-jdbc from 3.36.0.3 to 3.39.2.0.
Release notes
Sourced from sqlite-jdbc's releases.
Release 3.39.2.0
Changelog
🛠 Build
- 63e0467 create the release commit only after successful push to Maven Central
- 5aaeb8c attach javadoc when creating the jar in release profile
- 7310a45 add missing project url in pom.xml
- 13d2369 automatic release via workflow_dispatch
- 6537808 add jreleaser plugin
- 9f9ce09 remove maven-release-plugin and adjust version number
- 10ab71c add test for #720
- c7b54a2 expand multiarch test to arm64/alpine and ppc64/ubuntu
- 50c0458 simplify matrix on test job using include instead of exclude
- 972f1db run mvn with --batch-mode --no-transfer-progress
- 7fc747f use actions/checkout@v3
- 8409e5c display more information during OSInfoTest
- 062440a build on jdk 17 (#747)
📝 Documentation
- 5c03f58 update list of supported platforms in README.md
- d23711e remove bitbucket links
- 766a51f syntax highlighting in README.md
fix memory leak when calling Connection.getMetaData()
Show numeric code instead of UNKNOWN_ERROR
Removed outdated version of OSInfo.class
- 67159a5 add snapshot badge to README.md
- 5da0039 Publish snapshots to OSSRH automatically from CI
- 6c4f373 Use setUseCaches instead of setDefaultUseCaches (#755)
Use of setDefaultUseCaches impacts all URLClassLoaders and HttpURLConnections, which can lead to erratic behavior of non-sqlite components running on a system since the variable is static.
Closes: #450
- Fix older linux compatibility with MUSL check
... (truncated)
Commits
-
40c9367
chore(release): 3.39.2.0 [skip ci] -
63e0467
ci: create the release commit only after successful push to Maven Central -
5aaeb8c
build: attach javadoc when creating the jar in release profile -
7310a45
build: add missing project url in pom.xml -
481b803
fix: fix memory leak when calling Connection.getMetaData() (#757) -
13d2369
ci: automatic release via workflow_dispatch -
6537808
build: add jreleaser plugin -
9f9ce09
build: remove maven-release-plugin and adjust version number -
bb84601
feat: show numeric code instead ofUNKNOWN_ERROR
(#689) -
ff7a01a
chore: spotless apply - Additional commits viewable in compare view