Update sqlite-jdbc to 3.53.0.0#478
Conversation
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@build.sbt`:
- Line 17: Update the libraryDependencies entry for "org.xerial" % "sqlite-jdbc"
in build.sbt to use the existing version "3.51.3.0" instead of the non-existent
"3.53.0.0", and remove the trailing "// latest version that works" comment so
the line reads with the correct version and no misleading comment; locate and
modify the dependency declaration that matches libraryDependencies +=
"org.xerial" % "sqlite-jdbc" % "3.53.0.0" % "test".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| libraryDependencies += "com.h2database" % "h2" % "2.3.232" % "test" | ||
|
|
||
| libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.51.3.0" % "test" // latest version that works | ||
| libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.53.0.0" % "test" // latest version that works |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Check for security advisories for sqlite-jdbc
# Check for security advisories using GitHub CLI
gh api graphql -f query='
{
securityVulnerabilities(first: 10, ecosystem: MAVEN, package: "org.xerial:sqlite-jdbc") {
nodes {
advisory {
summary
severity
publishedAt
}
vulnerableVersionRange
firstPatchedVersion {
identifier
}
}
}
}'Repository: nafg/slick-migration-api
Length of output: 382
🌐 Web query:
sqlite-jdbc latest version 2026
💡 Result:
The latest version of sqlite-jdbc is 3.51.3.0, released on March 16, 2026.
Citations:
- 1: https://github.com/xerial/sqlite-jdbc/releases
- 2: https://github.com/xerial/sqlite-jdbc
- 3: https://github.com/xerial/sqlite-jdbc?tab=readme-ov-file
- 4: https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
🌐 Web query:
sqlite-jdbc 3.53.0.0 release notes
💡 Result:
No sqlite-jdbc 3.53.0.0 release exists as of 2026-04-15. SQLite 3.53.0 was released on 2026-04-09, but sqlite-jdbc latest release is 3.51.3.0 (2026-03-16), bundling SQLite 3.51.3 and 3.52.0. sqlite-jdbc follows SQLite versions with a fourth digit for project increments (e.g., 3.51.3.0), and no 3.53.x release found on GitHub releases page or searches.
Citations:
- 1: https://sqlite.org/releaselog/3_53_0.html
- 2: https://github.com/xerial/sqlite-jdbc/releases
- 3: https://www.sqlite.org/changes.html
- 4: https://github.com/xerial/sqlite-jdbc/releases/tag/3.51.3.0
- 5: https://github.com/xerial/sqlite-jdbc
- 6: https://github.com/xerial/sqlite-jdbc/releases/tag/3.51.2.0
- 7: xerial/sqlite-jdbc@bf18ce1
- 8: https://github.com/xerial/sqlite-jdbc/
Use sqlite-jdbc version 3.51.3.0 instead—version 3.53.0.0 does not exist.
Version 3.53.0.0 is not available in any repository. The latest version is 3.51.3.0 (released March 16, 2026). Building against 3.53.0.0 will fail dependency resolution. Update the version and remove the misleading comment.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@build.sbt` at line 17, Update the libraryDependencies entry for "org.xerial"
% "sqlite-jdbc" in build.sbt to use the existing version "3.51.3.0" instead of
the non-existent "3.53.0.0", and remove the trailing "// latest version that
works" comment so the line reads with the correct version and no misleading
comment; locate and modify the dependency declaration that matches
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.53.0.0" % "test".
Merge Queue Status
This pull request spent 25 seconds in the queue, including 4 seconds running CI. Required conditions to merge |
About this PR
📦 Updates org.xerial:sqlite-jdbc from
3.51.3.0to3.53.0.0Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conffile.Have a fantastic day writing Scala!
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: