dependabot[bot] opened a new pull request, #20010:
URL: https://github.com/apache/druid/pull/20010

   Bumps 
[com.github.wnameless:json-flattener](https://github.com/wnameless/json-flattener)
 from 0.1.0 to 0.7.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/wnameless/json-flattener/blob/master/release-notes";>com.github.wnameless: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/071ad2eefa1555f532b5a14c0a118a6c9a59253a";><code>071ad2e</code></a>
 [maven-release-plugin] prepare release json-flattener-0.7.1</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/bb5e06ec3d633ed23328bd20af274e2386db253d";><code>bb5e06e</code></a>
 Add back SNAPSHOT</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/0c18b5396ccd26862b0665b6e76a745e415ffc9a";><code>0c18b53</code></a>
 [maven-release-plugin] prepare release json-flattener-0.7.1</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/a6ac885eda70fb7dacda5b47b607e9404ed3bd8a";><code>a6ac885</code></a>
 Add SNAPSHOT</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/9dac1442bffaf2bb82964839c586e2ff9711c96b";><code>9dac144</code></a>
 [maven-release-plugin] prepare release json-flattener-0.7.1</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/c065940e049a8409649fc999ba8b2d9df55ecfe3";><code>c065940</code></a>
 Fix relocation</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/547ab33ee4ca1448631fb64062e60ef06ac18805";><code>547ab33</code></a>
 Release v0.7.0 with original group ID</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/b804d68ba470bf407517ae8855c7ce0de8cda0e7";><code>b804d68</code></a>
 Revert pom and release-notes</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/20a5773264b3f454ce1a80e865880dca391e3155";><code>20a5773</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/wnameless/json-flattener/commit/bcaab4029817592ad2ebab8f499dd79c125db428";><code>bcaab40</code></a>
 [maven-release-plugin] prepare release json-flattener-0.7.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wnameless/json-flattener/compare/json-flattener-0.1.0...json-flattener-0.7.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.wnameless:json-flattener&package-manager=maven&previous-version=0.1.0&new-version=0.7.1)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to