Skip to content

Commit dba59f5

Browse files
authored
Update sqlite-jdbc to 3.44.0.0 (#3278)
## About this PR 📦 Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from `3.43.2.2` to `3.44.0.0` 📜 [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.44.0.0) - [Version Diff](xerial/sqlite-jdbc@3.43.2.2...3.44.0.0) ## Usage ✅ **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.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.xerial", artifactId = "sqlite-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" } }] ``` </details> <sup> labels: library-update </sup>
1 parent 4c9107c commit dba59f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", IO.re
1313
val SCALACHECK_VERSION = "1.17.0"
1414
val MSGPACK_VERSION = "0.9.6"
1515
val SCALA_PARSER_COMBINATOR_VERSION = "2.3.0"
16-
val SQLITE_JDBC_VERSION = "3.43.2.2"
16+
val SQLITE_JDBC_VERSION = "3.44.0.0"
1717
val SLF4J_VERSION = "2.0.9"
1818
val JS_JAVA_LOGGING_VERSION = "1.0.0"
1919
val JS_JAVA_TIME_VERSION = "1.0.0"

0 commit comments

Comments
 (0)