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

dependabot: bump com.github.wnameless.json:json-flattener from 0.16.4 to 0.16.5 #3296

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 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 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.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 Sep 4, 2023
@cwperks cwperks merged commit 00167b3 into main Sep 7, 2023
@cwperks cwperks deleted the dependabot/gradle/com.github.wnameless.json-json-flattener-0.16.5 branch September 7, 2023 16:05
@cwperks cwperks added the backport 2.x backport to 2.x branch label Sep 7, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 7, 2023
… to 0.16.5 (#3296)

Bumps
[com.github.wnameless.json:json-flattener](https://github.com/wnameless/json-flattener)
from 0.16.4 to 0.16.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wnameless/json-flattener/blob/master/release-notes">com.github.wnameless.json:json-flattener's
changelog</a>.</em></p>
<blockquote>
<p>Version 0.1.0</p>
<ul>
<li>First release</li>
</ul>
<p>Version 0.1.1</p>
<ul>
<li>Fix minimal-json parsing double value(ex:6.0) error</li>
</ul>
<p>Version 0.1.2</p>
<ul>
<li>Fix the bug of empty array or empty object disappearing after
flattening</li>
</ul>
<p>Version 0.1.3</p>
<ul>
<li>Fix the bug of objects unflattening in reversed indexed array(ex:
{&quot;List[1].type&quot;:&quot;B&quot;,&quot;List[0].type&quot;:&quot;A&quot;})</li>
</ul>
<p>Version 0.1.4</p>
<ul>
<li>Fix the bug of reversed indexed arrays unflattening(ex:
{&quot;[1][1]&quot;:&quot;B&quot;,&quot;[0][0]&quot;:&quot;A&quot;})</li>
<li>Fix the bug of init complex key unflattening(ex:
{&quot;[&quot;b.b&quot;].aaa&quot;:123})</li>
</ul>
<p>Version 0.1.5</p>
<ul>
<li>Escape JSON special characters in flattened JSON keys, values and
Java Map keys but not in Java Map values</li>
</ul>
<p>Version 0.1.6</p>
<ul>
<li>For ease of use, Unicode characters aren't escaped anymore</li>
</ul>
<p>Version 0.2.0</p>
<ul>
<li>Add FlattenMode</li>
<li>Add StringEscapePolicy</li>
<li>Add separator config</li>
<li>Add PrintMode</li>
</ul>
<p>Version 0.2.1</p>
<ul>
<li>Remove internal cache</li>
</ul>
<ul>
<li>Add missing hashCode, equals and toString to JsonUnflattener</li>
</ul>
<ul>
<li>Fix the stack overflow bug in KEEP_ARRAYS mode when null value
occurs</li>
</ul>
<p>Version 0.2.2</p>
<ul>
<li>Fix the stack overflow bug in KEEP_ARRAYS mode when empty object
occurs</li>
</ul>
<p>Version 0.2.3</p>
<ul>
<li>Fix internal JsonFlattener state inheritance bug during
instantiation</li>
</ul>
<p>Version 0.2.4</p>
<ul>
<li>Fix the bug of wrong output if ROOT value shows in source
object</li>
</ul>
<p>Version 0.3.0</p>
<ul>
<li>Support Reader as inputs</li>
<li>Add #withLeftAndRightBrackets</li>
</ul>
<p>Version 0.4.0</p>
<ul>
<li>Add FlattenMode.MONGODB</li>
<li>Add #withKeyTransformer</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wnameless/json-flattener/commit/bec6bad71aa7d612cf9bf098f1be041553cc0b01"><code>bec6bad</code></a>
[maven-release-plugin] prepare release json-flattener-0.16.5</li>
<li><a
href="https://github.com/wnameless/json-flattener/commit/a5cf1b369ce58a1d5e0439efcf06c1edf4abee34"><code>a5cf1b3</code></a>
Upgrade json-base</li>
<li><a
href="https://github.com/wnameless/json-flattener/commit/d66bc1f1c50da009397721a96c4a4010375a4038"><code>d66bc1f</code></a>
Update release-notes and POM</li>
<li><a
href="https://github.com/wnameless/json-flattener/commit/58886e366eaa4a20b1c48cfd36197fa92c016e69"><code>58886e3</code></a>
Upgrade pom</li>
<li><a
href="https://github.com/wnameless/json-flattener/commit/51c69933d1ce4aa73828ea62366e13816ae38e26"><code>51c6993</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/wnameless/json-flattener/compare/json-flattener-0.16.4...json-flattener-0.16.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.wnameless.json:json-flattener&package-manager=gradle&previous-version=0.16.4&new-version=0.16.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00167b3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
peternied pushed a commit that referenced this pull request Sep 7, 2023
…ner from 0.16.4 to 0.16.5 (#3328)

Backport 00167b3 from #3296.

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch 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.

2 participants