Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.41.2.1 (#2807)
Browse files Browse the repository at this point in the history
Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
from 3.41.0.1 to 3.41.2.1.
[GitHub Release
Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.41.2.1) -
[Version
Diff](xerial/sqlite-jdbc@3.41.0.1...3.41.2.1)


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/070634501628558e00a7cd623c97bff1995e59e3/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>

labels: library-update
  • Loading branch information
xerial-bot authored Mar 24, 2023
1 parent 7bb1c23 commit 3264d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val AIRSPEC_VERSION = "22.12.5"
val SCALACHECK_VERSION = "1.17.0"
val MSGPACK_VERSION = "0.9.3"
val SCALA_PARSER_COMBINATOR_VERSION = "2.2.0"
val SQLITE_JDBC_VERSION = "3.41.0.1"
val SQLITE_JDBC_VERSION = "3.41.2.1"
val SLF4J_VERSION = "2.0.7"
val JS_JAVA_LOGGING_VERSION = "1.0.0"
val JS_JAVA_TIME_VERSION = "1.0.0"
Expand Down

0 comments on commit 3264d00

Please sign in to comment.