Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.wnameless.json:json-flattener from 0.16.4 to 0.16.5 in /symja_android_library #813

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps com.github.wnameless.json:json-flattener from 0.16.4 to 0.16.5.

Changelog

Sourced from com.github.wnameless.json:json-flattener's changelog.

Version 0.1.0

  • First release

Version 0.1.1

  • Fix minimal-json parsing double value(ex:6.0) error

Version 0.1.2

  • Fix the bug of empty array or empty object disappearing after flattening

Version 0.1.3

  • Fix the bug of objects unflattening in reversed indexed array(ex: {"List[1].type":"B","List[0].type":"A"})

Version 0.1.4

  • Fix the bug of reversed indexed arrays unflattening(ex: {"[1][1]":"B","[0][0]":"A"})
  • Fix the bug of init complex key unflattening(ex: {"["b.b"].aaa":123})

Version 0.1.5

  • Escape JSON special characters in flattened JSON keys, values and Java Map keys but not in Java Map values

Version 0.1.6

  • For ease of use, Unicode characters aren't escaped anymore

Version 0.2.0

  • Add FlattenMode
  • Add StringEscapePolicy
  • Add separator config
  • Add PrintMode

Version 0.2.1

  • Remove internal cache
  • Add missing hashCode, equals and toString to JsonUnflattener
  • Fix the stack overflow bug in KEEP_ARRAYS mode when null value occurs

Version 0.2.2

  • Fix the stack overflow bug in KEEP_ARRAYS mode when empty object occurs

Version 0.2.3

  • Fix internal JsonFlattener state inheritance bug during instantiation

Version 0.2.4

  • Fix the bug of wrong output if ROOT value shows in source object

Version 0.3.0

  • Support Reader as inputs
  • Add #withLeftAndRightBrackets

Version 0.4.0

  • Add FlattenMode.MONGODB
  • Add #withKeyTransformer

... (truncated)

Commits
  • bec6bad [maven-release-plugin] prepare release json-flattener-0.16.5
  • a5cf1b3 Upgrade json-base
  • d66bc1f Update release-notes and POM
  • 58886e3 Upgrade pom
  • 51c6993 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [com.github.wnameless.json:json-flattener](https://github.com/wnameless/json-flattener) from 0.16.4 to 0.16.5.
- [Changelog](https://github.com/wnameless/json-flattener/blob/master/release-notes)
- [Commits](wnameless/json-flattener@json-flattener-0.16.4...json-flattener-0.16.5)

---
updated-dependencies:
- dependency-name: com.github.wnameless.json:json-flattener
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2023
@axkr axkr merged commit 69b86d2 into master Aug 31, 2023
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/symja_android_library/com.github.wnameless.json-json-flattener-0.16.5 branch August 31, 2023 06:38
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant