Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps com.cedarsoftware:json-io from 4.30.0 to 4.40.0.

Changelog

Sourced from com.cedarsoftware:json-io's changelog.

4.40.0

  • All Time and Date classes compressed to a single String representation in JSON, uses ISO format when possible.
  • Java's Pattern and Currency support added
  • Updated java-util from 3.0.2 to 3.0.3.

4.33.0

  • New custom ClassFactory classes are easier to write:
  • ByteBuffer and CharBuffer now natively supported.
  • CompactMap supported added via CompactMapFactory and CompactMapWriter.
  • Sealable* tests moved from java-util to json-io (and so have the Sealable* classes).

4.32.0

  • EnumSet can now be written with @​type or @​enum, controlled by a WriteOption (writeEnumSetOldWay). Currently, the default is true, write the old way for backward compatibility. This will change in a future release.
  • JsonObject simplified, with @keys and @items now as explicit fields.
  • JsonObject simplified, enumType has been removed, as it is now stored in JavaType field.
  • Root object types like Person[].class or String[].class supported for casting, as opposed to only Object[].class.

4.31.0

  • scrub release.
Commits
  • 0c0d223 removed sponsors from README.md
  • 4a63274 updated readme
  • d5fafb6 fixed broken url
  • b87f809 Updated pom.xml to 4.40.0
  • 2943ac7 Uniformizing Writers ahead of making them data-driven (config-driven)
  • 19aac20 Added support for Pattern and Currency
  • d5f8399 - All older Java date-time and newer temporal classes output in single String...
  • d1010e1 Time and Date classes compressed down to single String field
  • f92b187 * New custom ClassFactory classes are easier to write:
  • d4bc385 - Support Synchronized collections more accurately.
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [com.cedarsoftware:json-io](https://github.com/jdereg/json-io) from 4.30.0 to 4.40.0.
- [Changelog](https://github.com/jdereg/json-io/blob/master/changelog.md)
- [Commits](jdereg/json-io@4.30.0...4.40.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:json-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants