Skip to content

Commit 830f11d

Browse files
authored
Update msgpack-core to 0.9.5 (#3082)
## About this PR 📦 Updates [org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) from `0.9.4` to `0.9.5` 📜 [GitHub Release Notes](https://github.com/msgpack/msgpack-java/releases/tag/v0.9.5) - [Version Diff](msgpack/msgpack-java@v0.9.4...v0.9.5) ## 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>
1 parent 6ad9780 commit 830f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1111

1212
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "23.6.1")
1313
val SCALACHECK_VERSION = "1.17.0"
14-
val MSGPACK_VERSION = "0.9.4"
14+
val MSGPACK_VERSION = "0.9.5"
1515
val SCALA_PARSER_COMBINATOR_VERSION = "2.3.0"
1616
val SQLITE_JDBC_VERSION = "3.42.0.0"
1717
val SLF4J_VERSION = "2.0.7"

0 commit comments

Comments
 (0)