Skip to content

Commit

Permalink
Bump org.msgpack:msgpack-core from 0.9.5 to 0.9.6
Browse files Browse the repository at this point in the history
Bumps [org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/main/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.5...v0.9.6)

---
updated-dependencies:
- dependency-name: org.msgpack:msgpack-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and skalarproduktraum committed Dec 11, 2023
1 parent 3100185 commit d0882a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
implementation("org.zeromq:jeromq:0.5.4")
implementation("com.esotericsoftware:kryo:5.5.0")
implementation("de.javakaffee:kryo-serializers:0.45")
implementation("org.msgpack:msgpack-core:0.9.5")
implementation("org.msgpack:msgpack-core:0.9.6")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.6")
api("graphics.scenery:jvrpn:1.2.0", lwjglNatives.filter { !it.contains("arm") }.toTypedArray())
implementation("io.scif:scifio")
Expand Down

0 comments on commit d0882a3

Please sign in to comment.