scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
129 stars 32 forks source link

Bump org.msgpack:jackson-dataformat-msgpack from 0.9.1 to 0.9.6 #620

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps org.msgpack:jackson-dataformat-msgpack from 0.9.1 to 0.9.6.

Release notes

Sourced from org.msgpack:jackson-dataformat-msgpack's releases.

v0.9.6

What's Changed

🔥 Breaking Changes

Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow access to native memory:

--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.5...v0.9.6

v0.9.5

What's Changed

🐛 Bug Fixes

  • core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit @​xerial (#753)

🔗 Dependency Updates

🛠 Internal Updates

... (truncated)

Changelog

Sourced from org.msgpack:jackson-dataformat-msgpack's changelog.

Release Notes

The latest release notes will be available from the GitHub release page

0.9.3

This version supports JDK17 #660.

Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow accessing native memory:

--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED

Internal updates:

  • Use SPDX-ID in license name #653
  • Update airframe-json, airspec to 22.6.4 #659
  • Update akka-actor to 2.6.19 #647

0.9.2

Internal updates:

  • Update jackson-databind to 2.13.3 #650
  • Update akka-actor to 2.6.19 #631
  • Update airframe-json, airspec to 22.6.1 #649
  • Update scalacheck to 1.16.0 #636
  • Update scala-collection-compat to 2.7.0 #632
  • Update sbt-sonatype to 3.9.13 #644
  • Update airframe-json, airspec to 22.5.0 #643
  • Update sbt to 1.6.2 #630
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)