Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.46.0.1 (#3595)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
`3.46.0.0` to `3.46.0.1`

πŸ“œ [GitHub Release
Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.0.1) -
[Version
Diff](xerial/sqlite-jdbc@3.46.0.0...3.46.0.1)

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
  • Loading branch information
xerial-bot committed Jul 31, 2024
1 parent de7e815 commit 472d709
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 @@ -14,7 +14,7 @@ val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.5
val SCALACHECK_VERSION = "1.18.0"
val MSGPACK_VERSION = "0.9.8"
val SCALA_PARSER_COMBINATOR_VERSION = "2.4.0"
val SQLITE_JDBC_VERSION = "3.46.0.0"
val SQLITE_JDBC_VERSION = "3.46.0.1"
val SLF4J_VERSION = "2.0.13"
val JS_JAVA_LOGGING_VERSION = "1.0.0"
val JS_JAVA_TIME_VERSION = "1.0.0"
Expand Down

0 comments on commit 472d709

Please sign in to comment.