Skip to content

Commit

Permalink
Bump org.msgpack:msgpack-core from 0.9.6 to 0.9.8
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.6 to 0.9.8.
- [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.6...v0.9.8)

---
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 Jan 31, 2024
1 parent cae44a0 commit 7b0fab6
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 @@ -98,7 +98,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.6")
implementation("org.msgpack:msgpack-core:0.9.8")
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 7b0fab6

Please sign in to comment.