pivotal-cf / java-cfenv

Apache License 2.0
95 stars 59 forks source link

Bump com.cedarsoftware:json-io from 4.14.0 to 4.14.1 #228

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.cedarsoftware:json-io from 4.14.0 to 4.14.1.

Changelog

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

  • 4.14.1
    • JDK 1.8 is target class file format. @​laurgarn
    • JDK 11 is source file format. @​laurgarn
    • Bug fix: EnumSet support fixed. @​laurgarn
    • Bug fix: Null boxed primitives are preserved round-trip. @​laurgarn
    • Enhancement: Filter Blacklisted Fields Before Trying to Access them to prevent exceptions thrown by Proxies (improve hibernate support) @​kpartlow
    • Bug fix: Stack overflow error caused by json-io parsing of untrusted JSON String @​PoppingSnack
    • Enhancement: Create gradle-publish.yml @​devlynnx
    • Enhancement: Added record deserialization, which implies java 16 codebase @​reuschling
    • Bug fix: Fixed TestJavaScript @​h143570
    • Enhancement: Bump gson from 2.6.2 to 2.8.9 @​dependabot
    • Enhancement: support deserialization of Collections.EmptyList on JDK17 @​ozhelezniak-talend
Commits
  • 81f30fd Merge remote-tracking branch 'origin/master'
  • a94632c 4.14.1 release (see changelog.md)
  • 28a8d7f Merge pull request #181 from laurgarn/reestablish_target_as_jdk_8
  • 79c6c65 Merge pull request #180 from laurgarn/more_frugal_enumset
  • 43bdfbf Merge pull request #179 from laurgarn/preserve_null_boxed_primitives_roundtrip
  • e3be96a get back to jdk 1.8 as target
  • 47f4c81 remove conflicting test that ensure that roundtrips java -> js -> java -> js ...
  • 6f60b9c null boxed primitives roundtrip
  • 2fb18e2 enumset without the unuseful set implementation
  • e528996 no var variable type for compatibility with 1.8
  • 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 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)
dependabot[bot] commented 1 year ago

Looks like com.cedarsoftware:json-io is up-to-date now, so this is no longer needed.