dependabot[bot] opened a new pull request, #582:
URL: https://github.com/apache/karaf-decanter/pull/582

   Bumps 
[org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 
1.5.0 to 1.6.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt";>org.apache.commons:commons-exec's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Apache Commons Exec 1.6.0 Release Notes</h2>
   <p>The Apache Commons Exec team is pleased to announce the release of Apache 
Commons Exec 1.6.0.</p>
   <p>Apache Commons Exec is a library that reliably executes external 
processes from within the JVM.</p>
   <p>This is a feature and maintenance release. Java 8 or later is 
required.</p>
   <p>Changes in this version include:</p>
   <p>New features:
   o            TimeoutObserver now extends Consumer<!-- raw HTML omitted -->. 
Thanks to Gary Gregory.
   o            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to 
Gary Gregory.</p>
   <p>Fixed Bugs:
   o            Watchdog.builder().get() now uses a default timeout of 30 
seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.
   o            ExecuteWatchdog.builder().get() now uses a default timeout of 
30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.
   o            Calling 
org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now 
resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.
   o            Calling 
org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null 
now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary 
Gregory.
   o            Calling 
org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with 
null now resets to the default 
java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.
   o            Calling 
org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) 
with null now resets to the default 
java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.
   o            Fix Checkstyle issues. Thanks to Gary Gregory.
   o            Fix StringUtils.quoteArgument(String) when input contains 
single and double quotes <a 
href="https://redirect.github.com/apache/commons-exec/issues/309";>#309</a>. 
Thanks to Xin Wang, Sebb, Gary Gregory.
   o            Fix Apache RAT plugin console warnings. Thanks to Gary 
Gregory.</p>
   <p>Changes:
   o            Bump org.apache.commons:commons-parent from 83 to 93 <a 
href="https://redirect.github.com/apache/commons-exec/issues/299";>#299</a>, <a 
href="https://redirect.github.com/apache/commons-exec/issues/308";>#308</a>, <a 
href="https://redirect.github.com/apache/commons-exec/issues/314";>#314</a>, <a 
href="https://redirect.github.com/apache/commons-exec/issues/316";>#316</a>. 
Thanks to Dependabot, Gary Gregory.
   o            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 <a 
href="https://redirect.github.com/apache/commons-exec/issues/282";>#282</a>. 
Thanks to Dependabot, Gary Gregory.</p>
   <p>Historical list of changes: <a 
href="https://commons.apache.org/proper/commons-exec//changes.html";>https://commons.apache.org/proper/commons-exec//changes.html</a></p>
   <p>For complete information on Apache Commons Exec, including instructions 
on how to submit bug reports,
   patches, or suggestions for improvement, see the Apache Commons Exec 
website:</p>
   <p><a 
href="https://commons.apache.org/proper/commons-exec/";>https://commons.apache.org/proper/commons-exec/</a></p>
   <p>Download page: <a 
href="https://commons.apache.org/proper/commons-exec//download_exec.cgi";>https://commons.apache.org/proper/commons-exec//download_exec.cgi</a></p>
   <p>Have fun!
   -Apache Commons Team</p>
   
<p>=============================================================================</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4";><code>3ee697a</code></a>
 Bump github/codeql-action from 4.31.4 to 4.31.5</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8";><code>b4d857f</code></a>
 Prepare for the release candidate 1.6.0 RC1</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2";><code>3694a46</code></a>
 Prepare for the next release candidate</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b";><code>ad98710</code></a>
 Test doesn't need to write to the console</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c";><code>b566668</code></a>
 Test doesn't need to write to the console</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04";><code>11a38d4</code></a>
 Merge ifs with the same return value</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31";><code>e4c8c60</code></a>
 Sort members</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46";><code>9a7e27a</code></a>
 Use new oak leaf logo</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91";><code>753dcf8</code></a>
 Fix Apache RAT plugin console warnings</li>
   <li><a 
href="https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648";><code>3b9366a</code></a>
 Merge branch 'master' of <a 
href="https://github.com/apache/commons-exec.git";>https://github.com/apache/commons-exec.git</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec&package-manager=maven&previous-version=1.5.0&new-version=1.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 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)
   
   
   </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