dependabot[bot] opened a new pull request, #1198:
URL: https://github.com/apache/incubator-brooklyn/pull/1198

   Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.5 to 
1.9.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sparklemotion/nokogiri/releases";>nokogiri's 
releases</a>.</em></p>
   <blockquote>
   <h1>1.9.1 / 2018-12-17</h1>
   <h2>Bug fixes</h2>
   <ul>
   <li>Fix a bug introduced in v1.9.0 where 
<code>XML::DocumentFragment#dup</code> no longer returned an instance of the 
callee's class, instead always returning an <code>XML::DocumentFragment</code>. 
This notably broke any subclass of <code>XML::DocumentFragment</code> including 
<code>HTML::DocumentFragment</code> as well as the Loofah gem's 
<code>Loofah::HTML::DocumentFragment</code>. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1846";>#1846</a></li>
   </ul>
   <h1>1.9.0 / 2018-12-17</h1>
   <h2>Security Notes</h2>
   <ul>
   <li>[JRuby] Upgrade Xerces dependency from 2.11.0 to 2.12.0 to address 
upstream vulnerability CVE-2012-0881 <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1831";>#1831</a>
 (Thanks <a 
href="https://github.com/grajagandev";><code>@​grajagandev</code></a> for 
reporting.)</li>
   </ul>
   <h2>Notable non-functional changes</h2>
   <ul>
   <li>Decrease installation size by removing many unneeded files (e.g., 
<code>/test</code>) from the packaged gems. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1719";>#1719</a>
 (Thanks, <a 
href="https://github.com/stevecrozz";><code>@​stevecrozz</code></a>!)</li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li><code>XML::Attr#value=</code> allows HTML node attribute values to be 
set to either a blank string or an empty boolean attribute. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1800";>#1800</a></li>
   <li>Introduce <code>XML::Node#wrap</code> which does what 
<code>XML::NodeSet#wrap</code> has always done, but for a single node. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1531";>#1531</a>
 (Thanks, <a 
href="https://github.com/ethirajsrinivasan";><code>@​ethirajsrinivasan</code></a>!)</li>
   <li>[MRI] Improve installation experience on macOS High Sierra (Darwin). 
[#1812, <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1813";>#1813</a>]
 (Thanks, <a href="https://github.com/gpakosz";><code>@​gpakosz</code></a> and 
<a href="https://github.com/nurse";><code>@​nurse</code></a>!)</li>
   <li>[MRI] Node#dup supports copying a node directly to a new document. See 
the method documentation for details.</li>
   <li>[MRI] DocumentFragment#dup is now more memory-efficient, avoiding making 
unnecessary copies. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1063";>#1063</a></li>
   <li>[JRuby] NodeSet has been rewritten to improve performance! <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1795";>#1795</a></li>
   </ul>
   <h2>Bug fixes</h2>
   <ul>
   <li><code>NodeSet#each</code> now returns <code>self</code> instead of zero. 
<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1822";>#1822</a>
 (Thanks, <a href="https://github.com/olehif";><code>@​olehif</code></a>!)</li>
   <li>[MRI] Address a memory leak when using XML::Builder to create nodes with 
namespaces. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1810";>#1810</a></li>
   <li>[MRI] Address a memory leak when unparenting a DTD. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1784";>#1784</a>
 (Thanks, <a 
href="https://github.com/stevecheckoway";><code>@​stevecheckoway</code></a>!)</li>
   <li>[MRI] Use RbConfig::CONFIG instead of ::MAKEFILE_CONFIG to fix 
installations that use Makefile macros. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1820";>#1820</a>
 (Thanks, <a href="https://github.com/nobu";><code>@​nobu</code></a>!)</li>
   <li>[JRuby] Decrease large memory usage when making nested XPath queries. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1749";>#1749</a></li>
   <li>[JRuby] Fix failing tests on JRuby 9.2.x</li>
   <li>[JRuby] Fix default namespaces in nodes reparented into a different 
document <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1774";>#1774</a></li>
   <li>[JRuby] Fix support for Java 9. <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1759";>#1759</a>
 (Thanks, <a href="https://github.com/Taywee";><code>@​Taywee</code></a>!)</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>[MRI] Upgrade mini_portile2 dependency from <code>~&gt; 2.3.0</code> to 
<code>~&gt; 2.4.0</code></li>
   </ul>
   <h1>1.9.0.rc1 / 2018-12-10</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md";>nokogiri's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.9.1 / 2018-12-17</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix a bug introduced in v1.9.0 where 
<code>XML::DocumentFragment#dup</code> no longer returned an instance of the 
callee's class, instead always returning an <code>XML::DocumentFragment</code>. 
This notably broke any subclass of <code>XML::DocumentFragment</code> including 
<code>HTML::DocumentFragment</code> as well as the Loofah gem's 
<code>Loofah::HTML::DocumentFragment</code>. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1846";>#1846</a>]</li>
   </ul>
   <h2>1.9.0 / 2018-12-17</h2>
   <h3>Security</h3>
   <ul>
   <li>[JRuby] Upgrade Xerces dependency from 2.11.0 to 2.12.0 to address 
upstream vulnerability CVE-2012-0881 [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1831";>#1831</a>]
 (Thanks <a 
href="https://github.com/grajagandev";><code>@​grajagandev</code></a> for 
reporting.)</li>
   </ul>
   <h3>Improved</h3>
   <ul>
   <li>Decrease installation size by removing many unneeded files (e.g., 
<code>/test</code>) from the packaged gems. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1719";>#1719</a>]
 (Thanks, <a 
href="https://github.com/stevecrozz";><code>@​stevecrozz</code></a>!)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>XML::Attr#value=</code> allows HTML node attribute values to be 
set to either a blank string or an empty boolean attribute. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1800";>#1800</a>]</li>
   <li>Introduce <code>XML::Node#wrap</code> which does what 
<code>XML::NodeSet#wrap</code> has always done, but for a single node. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1531";>#1531</a>]
 (Thanks, <a 
href="https://github.com/ethirajsrinivasan";><code>@​ethirajsrinivasan</code></a>!)</li>
   <li>[MRI] Improve installation experience on macOS High Sierra (Darwin). [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1812";>#1812</a>,
 <a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1813";>#1813</a>]
 (Thanks, <a href="https://github.com/gpakosz";><code>@​gpakosz</code></a> and 
<a href="https://github.com/nurse";><code>@​nurse</code></a>!)</li>
   <li>[MRI] <code>Node#dup</code> supports copying a node directly to a new 
document. See the method documentation for details.</li>
   <li>[MRI] <code>DocumentFragment#dup</code> is now more memory-efficient, 
avoiding making unnecessary copies. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1063";>#1063</a>]</li>
   <li>[JRuby] <code>NodeSet</code> has been rewritten to improve performance! 
[<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1795";>#1795</a>]</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>NodeSet#each</code> now returns <code>self</code> instead of zero. 
[<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1822";>#1822</a>]
 (Thanks, <a href="https://github.com/olehif";><code>@​olehif</code></a>!)</li>
   <li>[MRI] Address a memory leak when using <code>XML::Builder</code> to 
create nodes with namespaces. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1810";>#1810</a>]</li>
   <li>[MRI] Address a memory leak when unparenting a DTD. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1784";>#1784</a>]
 (Thanks, <a 
href="https://github.com/stevecheckoway";><code>@​stevecheckoway</code></a>!)</li>
   <li>[MRI] Use <code>RbConfig::CONFIG</code> instead of 
<code>::MAKEFILE_CONFIG</code> to fix installations that use Makefile macros. 
[<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1820";>#1820</a>]
 (Thanks, <a href="https://github.com/nobu";><code>@​nobu</code></a>!)</li>
   <li>[JRuby] Decrease large memory usage when making nested XPath queries. 
[<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1749";>#1749</a>]</li>
   <li>[JRuby] Fix failing tests on JRuby 9.2.x</li>
   <li>[JRuby] Fix default namespaces in nodes reparented into a different 
document [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1774";>#1774</a>]</li>
   <li>[JRuby] Fix support for Java 9. [<a 
href="https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1759";>#1759</a>]
 (Thanks, <a href="https://github.com/Taywee";><code>@​Taywee</code></a>!)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>[MRI] Upgrade mini_portile2 dependency from <code>~&gt; 2.3.0</code> to 
<code>~&gt; 2.4.0</code></li>
   </ul>
   <h2>1.8.5 / 2018-10-04</h2>
   <h3>Security</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/db26a04e3d8f2b30456ae203d6c023b299a8e0f9";><code>db26a04</code></a>
 limit test of libxml-specific DocumentFragment#dup behavior</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/2e15c885de3e0669f35dca1f5a1dd047c92e1c7d";><code>2e15c88</code></a>
 version bump to v1.9.1</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/e9ac29275afde6f670a4db64d609a7a07c828ea6";><code>e9ac292</code></a>
 Fix XML::DocumentFragment to return an instance of callee's class</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/ab40787f49fc71d566cd5a2c3a16c21edffd9d2b";><code>ab40787</code></a>
 correct CHANGELOG</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/fff550cbfbfbc7da0ab6f5f16da37fb576afb4c2";><code>fff550c</code></a>
 version bump to v1.9.0</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/8d9a65b34d51cf9e5c3ebf5756521126d9dbd959";><code>8d9a65b</code></a>
 Merge branch '1719-stevecrozz-decrease-gem-size'</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/dd19ddd5ab9ca6c2d7044274eae11e98b645d57e";><code>dd19ddd</code></a>
 update CHANGELOG</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/985b9fc229792a658c631ba78b6fbd1010a01fec";><code>985b9fc</code></a>
 add .hoerc containing excludes</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/b61b34c1815d7e05b4bfb5a16c6570073f393ccd";><code>b61b34c</code></a>
 Make builds minimal</li>
   <li><a 
href="https://github.com/sparklemotion/nokogiri/commit/9bb0226b680ef0d248504379be0584ae6f64a49d";><code>9bb0226</code></a>
 remove hacks preventing jruby from using racc and rexical</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sparklemotion/nokogiri/compare/v1.6.5...v1.9.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nokogiri&package-manager=bundler&previous-version=1.6.5&new-version=1.9.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 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/incubator-brooklyn/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]

Reply via email to