dependabot[bot] opened a new pull request, #30:
URL: https://github.com/apache/geronimo-xbean/pull/30

   Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) 
from 1.0-alpha-5 to 3.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/codehaus-plexus/plexus-archiver/releases";>plexus-archiver's
 releases</a>.</em></p>
   <blockquote>
   <p>Plexus Archiver 3.6.0 requires Java 7.</p>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/84";>#84</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57</a>
 - Added Archiver implementation (<code>JarToolModularJarArchiver</code>) that 
creates modular JAR files using the JDK jar tool. The implementation uses 
<code>java.util.spi.ToolProvider</code> introduced in Java 9, so if it is run 
on Java 7 or 8 the resulting archive will be identical to a one created by 
<code>JarArchiver</code> - the module descriptor is not going to be validated 
and no additional information (such as version, main class and packages) is 
going to be added.</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/67";>#67</a>
 - Added ability to set the module version and main class of a modular JAR 
file</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/83";>#83</a>
 - Added new protected method (<code>postCreateArchive</code>) to 
<code>AbstractArchiver</code> that is called after the archive is created 
successfully</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87";>#87</a>
 - of Levan Giguashvili (<a 
href="https://github.com/odinn1984";><code>@​odinn1984</code></a>)  Snyk eng 
team to fix a possible security issue. (See <a 
href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df";>https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/73";>#73</a>
 - Symbolic links not properly encoded in ZIP archives</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57</a>
 - <code>ZipArchiver</code> creates archives with inconsistent central 
directory entries</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/79";>#79</a>
 - <code>JarArchiver</code> and <code>PlexusIoZipFileResourceCollection</code> 
leak file descriptors</li>
   </ul>
   <h2>:toolbox: Maintenance</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/77";>#77</a>
 - Fixed the way unit tests modify the timestamp of a file</li>
   </ul>
   <h2>:package: Dependency updates</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/71";>#71</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/72";>#72</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/76";>#76</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/78";>#78</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/85";>#85</a>,
 <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/86";>#86</a>
 - Updated dependencies: <code>commons-compress</code> to 1.16.1, 
<code>plexus-utils</code> to 3.1.0, <code>org.tukaani:xz</code> to 1.8 and 
<code>plexus-io</code> to 3.0.1</li>
   </ul>
   <p>Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java 
implementations to deal with file attributes so the <code>useJvmChmod</code> is 
no longer used and it is just ignored. <code>Archiver#setUseJvmChmod</code>, 
<code>Archiver#isUseJvmChmod()</code>, <code>UnArchiver#setUseJvmChmod</code>, 
<code>UnArchiver#isUseJvmChmod()</code>, <code>ArchiveEntryUtils#chmod( File, 
int, Logger, boolean )</code> and <code>ArchiveEntryUtils#chmod( File, int, 
Logger )</code> are deprecated and are subject to removal in a future 
version.</p>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/51";>#51</a>
 - More specific exception for cases when there are no files to archive. Now 
<code>EmptyArchiveException</code> is thrown when you try to create empty 
archive. Previously the more generic <code>ArchiverException</code> was 
thrown.</li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/47";>#47</a>
 - Archiver follows symlinks on Windows</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/53";>#53</a>
 - <code>AbstractZipArchiver</code> no longer respects 
<code>recompressAddedZips</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/58";>#58</a>
 - Creates corrupt JARs</li>
   </ul>
   <h2>:package: Dependency updates</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/56";>#56</a>
 - Upgrade the minimum required Java version to 7 and Plexus IO to 3.0.0</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/60";>#60</a>
 - Upgrade dependencies. <code>plexus-container-default</code> to 
<code>1.0-alpha-30</code>, <code>commons-compress</code> to 1.14, 
<code>org.tukaani.xz</code> to 1.6 and 
<code>com.google.code.findbugs.jsr305</code> to 3.0.2</li>
   </ul>
   <h2>Plexus Archiver 3.4.1</h2>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87";>#87</a>
 - of Levan Giguashvili (<a 
href="https://github.com/odinn1984";><code>@​odinn1984</code></a>) Snyk eng team 
to fix a possible security issue. (See <a 
href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df";>https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h2>Plexus Archiver 3.4</h2>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/45";>#45</a>
 - Default <code>ArchiveManager</code> does not support <code>tar.xz</code> and 
<code>tar.snappy</code> file extensions</li>
   <li><a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/46";>#46</a>
 - <code>JarSecurityFileSelector</code> needs to support signature files ending 
in <code>.EC</code> or <code>.ec</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md";>plexus-archiver's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Plexus Archiver 3.6.0</h2>
   <p>Plexus Archiver 3.6.0 requires Java 7.</p>
   <h3>New Features</h3>
   <ul>
   <li>[Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/84";>#84</a>][pr-84],
 [Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57</a>][issue-68]
 - Added Archiver implementation
   (<code>JarToolModularJarArchiver</code>) that creates modular JAR files 
using the JDK jar tool.
   The implementation uses <code>java.util.spi.ToolProvider</code> introduced 
in Java 9,
   so if it is run on Java 7 or 8 the resulting archive will be identical to a
   one created by <code>JarArchiver</code> - the module descriptor is not going 
to be validated
   and no additional information (such as version, main class and packages)
   is going to be added.</li>
   <li>[Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/67";>#67</a>][issue-67]
 - Added ability to set the module version and main class
   of a modular JAR file</li>
   <li>[Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/83";>#83</a>][pr-83]
 - Added new protected method (<code>postCreateArchive</code>)
   to <code>AbstractArchiver</code> that is called after the archive is created 
successfully</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>[Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87";>#87</a>][pr-87]
 - of Levan Giguashvili (odinn1984)
   Snyk eng team to fix a possible security issue.
   (See <a 
href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df";>https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h3>Bugs</h3>
   <ul>
   <li>[Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/73";>#73</a>][pr-73]
 - Symbolic links not properly encoded
   in ZIP archives</li>
   <li>[Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57</a>][issue-57]
 - <code>ZipArchiver</code> creates archives with inconsistent
   central directory entries</li>
   <li>[Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/79";>#79</a>][issue-79]
 - <code>JarArchiver</code> and <code>PlexusIoZipFileResourceCollection</code>
   leak file descriptors</li>
   </ul>
   <h3>Tasks</h3>
   <ul>
   <li>[Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/77";>#77</a>][pr-77]
 - Fixed the way unit tests modify
   the timestamp of a file</li>
   <li>[Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/71";>#71</a>][issue-71],
 [Pull Request <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/72";>#72</a>][pr-72],
 [Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/76";>#76</a>][issue-76],
   [Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/78";>#78</a>][issue-78],
 [Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/85";>#85</a>][issue-85],
 [Issue <a 
href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/86";>#86</a>][issue-86]
 -
   Updated dependencies: <code>commons-compress</code> to 1.16.1, 
<code>plexus-utils</code> to 3.1.0,
   <code>org.tukaani:xz</code> to 1.8 and <code>plexus-io</code> to 3.0.1</li>
   </ul>
   <h2>Plexus Archiver 3.5</h2>
   <p>Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java
   implementations to deal with file attributes so the <code>useJvmChmod</code> 
is no
   longer used and it is just ignored. <code>Archiver#setUseJvmChmod</code>,</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/codehaus-plexus/plexus-archiver/commits/plexus-archiver-3.6.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=1.0-alpha-5&new-version=3.6.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/geronimo-xbean/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: dev-unsubscr...@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to