dependabot[bot] opened a new pull request, #99:
URL: https://github.com/apache/sling-whiteboard/pull/99

   Bumps [metadata-extractor](https://github.com/drewnoakes/metadata-extractor) 
from 2.6.2 to 2.18.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/drewnoakes/metadata-extractor/releases";>metadata-extractor's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.18.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix integer addition overflow. by <a 
href="https://github.com/cniles";><code>@​cniles</code></a> in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/570";>drewnoakes/metadata-extractor#570</a></li>
   <li>Significant MP4 and QuickTime refactoring</li>
   <li>Fixed issues identified by fuzzing in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/561";>#561</a></li>
   <li>Better RIFF error reporting</li>
   <li>Improved <code>Rational</code> value presentation in some cases</li>
   <li>Support more Sony lens models</li>
   <li>Improve HEIF/HEIC rotation description</li>
   <li>Validate <code>Metadata.addDirectory</code> not passed 
<code>null</code></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/cniles";><code>@​cniles</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/570";>drewnoakes/metadata-extractor#570</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/drewnoakes/metadata-extractor/compare/2.17.0...2.18.0";>https://github.com/drewnoakes/metadata-extractor/compare/2.17.0...2.18.0</a></p>
   <h2>v2.17.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Replace <code>FilterInputStream</code> with <code>InputStream</code> in 
<code>FileTypeDetector</code> by <a 
href="https://github.com/drewnoakes";><code>@​drewnoakes</code></a> in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/541";>drewnoakes/metadata-extractor#541</a></li>
   <li>Allow Application Notes (XMP) in SubIFD by <a 
href="https://github.com/drewnoakes";><code>@​drewnoakes</code></a> in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/540";>drewnoakes/metadata-extractor#540</a></li>
   <li>Fix reading arrays of Float64 in TIFF files by <a 
href="https://github.com/fclof";><code>@​fclof</code></a> in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/548";>drewnoakes/metadata-extractor#548</a></li>
   <li>Reconyx HyperFire 2 Support by <a 
href="https://github.com/IntelliDevPeep";><code>@​IntelliDevPeep</code></a> in 
<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/550";>drewnoakes/metadata-extractor#550</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/fclof";><code>@​fclof</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/548";>drewnoakes/metadata-extractor#548</a></li>
   <li><a 
href="https://github.com/IntelliDevPeep";><code>@​IntelliDevPeep</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/pull/550";>drewnoakes/metadata-extractor#550</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/drewnoakes/metadata-extractor/compare/2.16.0...2.17.0";>https://github.com/drewnoakes/metadata-extractor/compare/2.16.0...2.17.0</a></p>
   <h2>v2.16.0</h2>
   <ul>
   <li>Detect 3gp5 as MP4 (0fafa2f02d168079700e1783d67a609e3dabde42)</li>
   <li>Treat &quot;ftyp&quot; with unknown 4CC as QuickTime 
(9ab28c0261989efcc4b84767403728bd1b06bd98)</li>
   <li>Only allocate string when &quot;ftyp&quot; present 
(24efd338c36cf0aaa15cb295414a85c4df15f628)</li>
   <li>Bump <code>com.adobe.xmpcore</code> to 6.1.11 (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/514";>#514</a>)</li>
   <li>Added <code>KeyValuePair.toString()</code> (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/523";>#523</a>)</li>
   <li>Added <code>Schema.PHOTOSHOP_PROPERTIES</code> (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/522";>#522</a>)</li>
   <li>Overflowing a short length so it goes negative and screws up the byte 
read pointer (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/524";>#524</a>)</li>
   <li>fixing the MP4 rotation angle value (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/533";>#533</a>)</li>
   <li>Avoid reading unused bytes from PNG streams (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/535";>#535</a>)</li>
   </ul>
   <h2>v2.15.0</h2>
   <ul>
   <li>Read Exif from PNG images (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/481";>#481</a>)</li>
   <li>Remove Class-Path entry from MANIFEST in jar (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/483";>#483</a>)</li>
   <li>Remove AWT dependency (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/485";>#485</a>)</li>
   <li>Update name of ICC <code>cprt</code> tag from &quot;Copyright&quot; to 
&quot;Profile Copyright&quot; (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/488";>#488</a>)</li>
   <li>Add CRX and other MP4/QuickTime file type detection (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/493";>#493</a>)</li>
   <li>Fix 1 Jan 1904 epoch value (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/498";>#498</a>)</li>
   <li>Improve Samsung makernote detection (<a 
href="https://github-redirect.dependabot.com/drewnoakes/metadata-extractor/issues/506";>#506</a>)</li>
   <li>Preserve QuickTime video rotation sign 
(961ad72399a44b5e101e3b500b687c118a819f44)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/2fd3f664a074bcad84e08938f0c62c703a3a12b2";><code>2fd3f66</code></a>
 Version 2.18.0</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/34092f5e0d25d092dc27216bf95ba6dd6d98f508";><code>34092f5</code></a>
 Improvements to Rational handling</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/e8ba16009ecd6a002fd18d705bbf6e49fba33791";><code>e8ba160</code></a>
 Remove commented code</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/ffc971ec2f58a918e6f9883e4ecb55b20c48d0a3";><code>ffc971e</code></a>
 Additional file type extensions in regression test runner</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/cd64999f5dfec853a5f58a3dc79630a0db7427cb";><code>cd64999</code></a>
 Extend Sony model ID lookup</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/17a4df8d91b66dcaa66da0e46c9034a0d179d6a0";><code>17a4df8</code></a>
 Don't read unused values</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/70ae244c7e5aacf5804f9ed3990ee5c26533c983";><code>70ae244</code></a>
 Refactor MP4 handling</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/f92f2cee24e8a3dff895e610a28cb402bfbb614a";><code>f92f2ce</code></a>
 Remove redundant null check</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/9f53ea46b5efb8199f3001a9d3b9b181847a05a4";><code>9f53ea4</code></a>
 Remove redundant import</li>
   <li><a 
href="https://github.com/drewnoakes/metadata-extractor/commit/90bc49b827a1553d1276ca7f9c701ba7f8a2c271";><code>90bc49b</code></a>
 Update annotations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/drewnoakes/metadata-extractor/compare/2.6.2...2.18.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.drewnoakes:metadata-extractor&package-manager=maven&previous-version=2.6.2&new-version=2.18.0)](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/sling-whiteboard/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