Skip to content

Commit

Permalink
Update msgpack-core to 0.9.6 (#3226)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) from
`0.9.5` to `0.9.6`

πŸ“œ [GitHub Release
Notes](https://github.com/msgpack/msgpack-java/releases/tag/v0.9.6) -
[Version
Diff](msgpack/msgpack-java@v0.9.5...v0.9.6)

## 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.msgpack", artifactId = "msgpack-core" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.msgpack", artifactId = "msgpack-core" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Sep 24, 2023
1 parent 9753597 commit 04e76e5
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 @@ -11,7 +11,7 @@ ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", IO.read(file("AIRSPEC_VERSION")).trim)
val SCALACHECK_VERSION = "1.17.0"
val MSGPACK_VERSION = "0.9.5"
val MSGPACK_VERSION = "0.9.6"
val SCALA_PARSER_COMBINATOR_VERSION = "2.3.0"
val SQLITE_JDBC_VERSION = "3.43.0.0"
val SLF4J_VERSION = "2.0.9"
Expand Down

0 comments on commit 04e76e5

Please sign in to comment.