dependabot[bot] opened a new pull request, #3:
URL: https://github.com/apache/zeppelin-site/pull/3

   Bumps [ffi](https://github.com/ffi/ffi) from 1.9.3 to 1.15.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ffi/ffi/blob/master/CHANGELOG.md";>ffi's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.15.5 / 2022-01-10</h2>
   <p>Fixed:</p>
   <ul>
   <li>Fix long double argument or return values on 32bit i686. <a 
href="https://redirect.github.com/ffi/ffi/issues/849";>#849</a></li>
   <li>FFI::ConstGenerator: avoid usage of the same binary file simultaneously. 
<a href="https://redirect.github.com/ffi/ffi/issues/929";>#929</a></li>
   </ul>
   <p>Added:</p>
   <ul>
   <li>Add Windows fat binary gem for Ruby-3.1</li>
   </ul>
   <p>Removed:</p>
   <ul>
   <li>Remove Windows fat binary gem for Ruby &lt; 2.4</li>
   </ul>
   <h2>1.15.4 / 2021-09-01</h2>
   <p>Fixed:</p>
   <ul>
   <li>Fix build for uClibc. <a 
href="https://redirect.github.com/ffi/ffi/issues/913";>#913</a></li>
   <li>Correct module lookup when including <code>ffi-module</code> gem. <a 
href="https://redirect.github.com/ffi/ffi/issues/912";>#912</a></li>
   </ul>
   <p>Changed:</p>
   <ul>
   <li>Use ruby code of the ffi gem in JRuby-9.2.20+. <a 
href="https://redirect.github.com/ffi/ffi/issues/915";>#915</a></li>
   </ul>
   <h2>1.15.3 / 2021-06-16</h2>
   <p>Fixed:</p>
   <ul>
   <li>Fix temporary packaging issue with libffi. <a 
href="https://redirect.github.com/ffi/ffi/issues/904";>#904</a></li>
   </ul>
   <h2>1.15.2 / 2021-06-16</h2>
   <p>Added:</p>
   <ul>
   <li>Add support for Windows MINGW-UCRT build. <a 
href="https://redirect.github.com/ffi/ffi/issues/903";>#903</a></li>
   <li>Add <code>/opt/homebrew/lib/</code> to fallback search paths to improve 
homebrew support. <a 
href="https://redirect.github.com/ffi/ffi/issues/880";>#880</a> <a 
href="https://redirect.github.com/ffi/ffi/issues/882";>#882</a></li>
   </ul>
   <p>Changed:</p>
   <ul>
   <li>Regenerate <code>types.conf</code> for FreeBSD12 aarch64. <a 
href="https://redirect.github.com/ffi/ffi/issues/902";>#902</a></li>
   </ul>
   <h2>1.15.1 / 2021-05-22</h2>
   <p>Fixed:</p>
   <ul>
   <li>Append -pthread to linker options. <a 
href="https://redirect.github.com/ffi/ffi/issues/893";>#893</a></li>
   <li>Use arm or aarch64 to identify Apple ARM CPU arch. <a 
href="https://redirect.github.com/ffi/ffi/issues/899";>#899</a></li>
   <li>Allow overriding <code>gcc</code> with the <code>CC</code> env var in 
<code>const_generator.rb</code> and <code>struct_generator.rb</code>. <a 
href="https://redirect.github.com/ffi/ffi/issues/897";>#897</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ffi/ffi/commit/4b1c43ac9bffa5bc803d94d2a1ffc8cc8188bbd2";><code>4b1c43a</code></a>
 Add ffi-1.15.5 to CHANGELOG</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/36a56813f3434fdc72be2a02d2dc5398e2b1bb80";><code>36a5681</code></a>
 Bump VERSION to 1.15.5</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/c438e3636d578099101379de49c4afeed160e72b";><code>c438e36</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ffi/ffi/issues/929";>#929</a> from 
maierru/fix/shared_tmp_inside_docker</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/95522535295ea6dceaafe50c4375dbf445f4945e";><code>9552253</code></a>
 prevent usage same binary file simultaneously</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/517b658f5f72407e1a9e61db0344a9f85dfbc230";><code>517b658</code></a>
 Add support for x64-mingw-ucrt aka RubyInstaller-3.1.0-x64 and parallel 
build</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/315d66e7b0768856d589e15bf597f4816d5cd524";><code>315d66e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ffi/ffi/issues/919";>#919</a> from 
xtkoba/issue849</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/0ef7a9d7d22c9a7779def3f8c7f0166d996a2401";><code>0ef7a9d</code></a>
 Keep <code>LONGDOUBLE_ADJ &gt;= sizeof(long double)</code></li>
   <li><a 
href="https://github.com/ffi/ffi/commit/7429c5ad8df9ea49c85e28de8f018e7f69dfeaf6";><code>7429c5a</code></a>
 Bump VERSION to 1.15.4 and add CHANGELOG entry</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/cd0db908cdd825ac534a0c0101626e98cc9a882d";><code>cd0db90</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ffi/ffi/issues/913";>#913</a> from 
xtkoba/uclibc</li>
   <li><a 
href="https://github.com/ffi/ffi/commit/05eac549e9144c9dbca99d8d89c25e3372468140";><code>05eac54</code></a>
 Fix build for uClibc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ffi/ffi/compare/1.9.3...v1.15.5";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffi&package-manager=bundler&previous-version=1.9.3&new-version=1.15.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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/zeppelin-site/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