Skip to content

Commit

Permalink
Update msgpack-core to 0.9.4 and jackson 2.15.2 (#3058)
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.3` to `0.9.4`

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

## 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>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (0.9.3).
You might want to review and update them manually.
```
docs/release-notes.md
```
</details>
<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 Jul 12, 2023
1 parent 1cedd82 commit 7cc3af8
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", "23.6.1")
val SCALACHECK_VERSION = "1.17.0"
val MSGPACK_VERSION = "0.9.3"
val MSGPACK_VERSION = "0.9.4"
val SCALA_PARSER_COMBINATOR_VERSION = "2.3.0"
val SQLITE_JDBC_VERSION = "3.42.0.0"
val SLF4J_VERSION = "2.0.7"
Expand Down

0 comments on commit 7cc3af8

Please sign in to comment.