From 80e4d4bad2e07d2e8559fb5f02401f81900b40ef Mon Sep 17 00:00:00 2001 From: "scala-steward-wvlet[bot]" <179274586+scala-steward-wvlet[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:57:13 -0700 Subject: [PATCH] Update sqlite-jdbc to 3.47.0.0 (#3691) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from `3.46.1.3` to `3.47.0.0` 📜 [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.47.0.0) - [Version Diff](https://github.com/xerial/sqlite-jdbc/compare/3.46.1.3...3.47.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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates 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" } }] ```
labels: library-update Co-authored-by: scala-steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index edfb09520..79b2a79ea 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9 val SCALACHECK_VERSION = "1.18.1" val MSGPACK_VERSION = "0.9.8" val SCALA_PARSER_COMBINATOR_VERSION = "2.4.0" -val SQLITE_JDBC_VERSION = "3.46.1.3" +val SQLITE_JDBC_VERSION = "3.47.0.0" val SLF4J_VERSION = "2.0.16" val JS_JAVA_LOGGING_VERSION = "1.0.0" val JS_JAVA_TIME_VERSION = "1.0.0"