dependabot[bot] opened a new pull request, #438: URL: https://github.com/apache/mesos/pull/438
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flori/json/blob/master/CHANGES.md">json's changelog</a>.</em></p> <blockquote> <h1>Changes</h1> <h3>2021-10-24 (2.6.1)</h3> <ul> <li>Restore version.rb with 2.6.1</li> </ul> <h3>2021-10-14 (2.6.0)</h3> <ul> <li>Use <code>rb_enc_interned_str</code> if available to reduce allocations in <code>freeze: true</code> mode. <a href="https://github-redirect.dependabot.com/flori/json/issues/451">#451</a>.</li> <li>Bump required_ruby_version to 2.3.</li> <li>Fix compatibility with <code>GC.compact</code>.</li> <li>Fix some compilation warnings. <a href="https://github-redirect.dependabot.com/flori/json/issues/469">#469</a></li> </ul> <h2>2020-12-22 (2.5.1)</h2> <ul> <li>Restore the compatibility for constants of JSON class.</li> </ul> <h2>2020-12-22 (2.5.0)</h2> <ul> <li>Ready to Ractor-safe at Ruby 3.0.</li> </ul> <h2>2020-12-17 (2.4.1)</h2> <ul> <li>Restore version.rb with 2.4.1</li> </ul> <h2>2020-12-15 (2.4.0)</h2> <ul> <li>Implement a freeze: parser option <a href="https://github-redirect.dependabot.com/flori/json/issues/447">#447</a></li> <li>Fix an issue with generate_pretty and empty objects in the Ruby and Java implementations <a href="https://github-redirect.dependabot.com/flori/json/issues/449">#449</a></li> <li>Fix JSON.load_file doc <a href="https://github-redirect.dependabot.com/flori/json/issues/448">#448</a></li> <li>Fix pure parser with unclosed arrays / objects <a href="https://github-redirect.dependabot.com/flori/json/issues/425">#425</a></li> <li>bundle the LICENSE file in the gem <a href="https://github-redirect.dependabot.com/flori/json/issues/444">#444</a></li> <li>Add an option to escape forward slash character <a href="https://github-redirect.dependabot.com/flori/json/issues/405">#405</a></li> <li>RDoc for JSON <a href="https://github-redirect.dependabot.com/flori/json/issues/439">#439</a> <a href="https://github-redirect.dependabot.com/flori/json/issues/446">#446</a> <a href="https://github-redirect.dependabot.com/flori/json/issues/442">#442</a> <a href="https://github-redirect.dependabot.com/flori/json/issues/434">#434</a> <a href="https://github-redirect.dependabot.com/flori/json/issues/433">#433</a> <a href="https://github-redirect.dependabot.com/flori/json/issues/430">#430</a></li> </ul> <h2>2020-06-30 (2.3.1)</h2> <ul> <li>Spelling and grammar fixes for comments. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/191">#191</a> by Josh Kline.</li> <li>Enhance generic JSON and #generate docs. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/347">#347</a> by Victor Shepelev.</li> <li>Add :nodoc: for GeneratorMethods. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/349">#349</a> by Victor Shepelev.</li> <li>Baseline changes to help (JRuby) development. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/371">#371</a> by Karol Bucek.</li> <li>Add metadata for rubygems.org. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/379">#379</a> by Alexandre ZANNI.</li> <li>Remove invalid JSON.generate description from JSON module rdoc. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/384">#384</a> by Jeremy Evans.</li> <li>Test with TruffleRuby in CI. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/402">#402</a> by Benoit Daloze.</li> <li>Rdoc enhancements. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/413">#413</a> by Burdette Lamar.</li> <li>Fixtures/ are not being tested... Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/416">#416</a> by Marc-André</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flori/json/commit/5d9d8f3799f2f65ebaa7b485fd6078ce5c79818c"><code>5d9d8f3</code></a> Upgrade to newest release w/out required_ruby_version</li> <li><a href="https://github.com/flori/json/commit/5de358f655ea7bc17b56a9e0c1191b93ac254d85"><code>5de358f</code></a> Bump version to 2.6.2</li> <li><a href="https://github.com/flori/json/commit/823760c7dee120cbb0fd09373ba64b99455198a9"><code>823760c</code></a> Merge branch 'abrom-fix-parse-segfault'</li> <li><a href="https://github.com/flori/json/commit/7555edaaedd6d3947ca2655cd8c01e11f41433c4"><code>7555eda</code></a> Add all_images gem for local testing</li> <li><a href="https://github.com/flori/json/commit/b59368a8c23976d9e44adc8f8c284fdd954a0d33"><code>b59368a</code></a> Fix parser bug for empty string allocation</li> <li><a href="https://github.com/flori/json/commit/75ada77b9664c1d1f0ae6e210f8db4919849561e"><code>75ada77</code></a> Doc: Improve documentation on JSON#parse and JSON#parse!</li> <li><a href="https://github.com/flori/json/commit/32b0185b441dfce26e83964d229ae5b73394e993"><code>32b0185</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/489">#489</a> from flori/gitignore</li> <li><a href="https://github.com/flori/json/commit/431317d964ba549fd4a77ea5e338d478dc7fe098"><code>431317d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/488">#488</a> from headius/bad_datetime_parse_keyword</li> <li><a href="https://github.com/flori/json/commit/e816481e060a00394c5bd2e480cb35c87b1648e8"><code>e816481</code></a> Ignore java artifacts</li> <li><a href="https://github.com/flori/json/commit/b1007dff664194ca0e800bd158e94456c5ab202a"><code>b1007df</code></a> Remove unknown keyword arg from DateTime.parse</li> <li>Additional commits viewable in <a href="https://github.com/flori/json/compare/v2.2.0...v2.6.2">compare view</a></li> </ul> </details> <br /> [](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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/mesos/network/alerts). </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]
