dependabot[bot] opened a new pull request, #448:
URL: https://github.com/apache/felix-dev/pull/448

   Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 
1.2.12 to 1.5.19.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/qos-ch/logback/releases";>ch.qos.logback:logback-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Logback 1.5.19</h2>
   <p><strong>2025-09-30 Release of logback version 1.5.19</strong></p>
   <p>• Disallow &quot;new&quot; operator in the <code>condition</code> 
attribute of &lt;<code>if</code>&gt; elements. This fixes an ACE vulnerability 
recorded as <a 
href="https://www.cve.org/cverecord?id=CVE-2025-11226";>CVE-2025-11226</a>.</p>
   <p>• At initialization time, slightly better reporting about watched 
configuration files.</p>
   <p>• Softer message regarding usage of ConsoleAppender and its potential 
impact on performance.</p>
   <p>• In ViewStatusMessagesServlet, restrict processing of &quot;Clear&quot; 
button to POST method. This change was proposed by Ralf Wiebicke who also 
provided the relevant <a 
href="https://redirect.github.com/qos-ch/logback/pull/971";>PR</a>.</p>
   <p>• A bit-wise identical binary of this version can be reproduced by 
building from <a href="https://github.com/qos-ch/logback";>source code</a> at 
commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag 
v_1.5.19. Release built using Java &quot;21&quot; 2023-10-17 LTS build 
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   <h2>Logback 1.5.18</h2>
   <p><strong>2025-03-18 Release of logback version 1.5.18</strong></p>
   <p>• Added<a 
href="https://logback.qos.ch/manual/appenders.html#fileCompression";> support 
for XZ compression</a> for archived log files. Note that XZ compression 
requires Tukaani project's <a href="https://tukaani.org/xz/java.html";>XZ 
library</a> for Java. In case XZ compression is requested but the XZ library is 
missing, then logback will substitute GZ compression as a fallback. This 
feature was requested in issues/755.</p>
   <p>• Removed references to <code>java.security.AccessController</code> 
class. This class has been deprecated for some time and is slated for removal 
in future JDK versions.</p>
   <p>• A bit-wise identical binary of this version can be reproduced by 
building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc 
associated with the tag v_1.5.18. Release built using Java &quot;21&quot; 
2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   <h2>Logback 1.5.17</h2>
   <p><strong>2025-02-25 Release of logback version 1.5.17</strong></p>
   <p>• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe 
console when the default terminal application is set to &quot;Windows Console 
Host&quot;. This problem was reported in issues/753 by Michael Lyubkin.</p>
   <p>• Fixed race condition occurring in case MDC class is initialized while 
org.slf4j.LoggerFactory is initializing logback-classic's LoggerContext. When 
this race conditions occurs, the MDCAdapter instance used by MDC does not match 
the instance used by logback-classic. This issue was reported in SLF4J 
issues/450. While logback-classic version 1.5.17 remains compatible with SLF4J 
versions in the 2.0.x series, fixing this particular MDC issue requires SLF4J 
version 2.0.17.</p>
   <p>• A bit-wise identical binary of this version can be reproduced by 
building from source code at commit 10358724ed723b3745c010aa40cb02a2dfed4593 
associated with the tag v_1.5.17. Release built using Java &quot;21&quot; 
2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   <h2>Logback 1.5.16</h2>
   <p><strong>2025-01-05 Release of logback version 1.5.16</strong></p>
   <p>• In order to ease the migration of configuration files depending on 
JaninoEventEvaluator, logback-classic will emit a warning about the removal of 
JaninoEventEvaluator in version 1.5.13 and suggest an online migration tool.</p>
   <p>• A bit-wise identical binary of this version can be reproduced by 
building from source code at commit 74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 
associated with the tag v_1.5.16. Release built using Java &quot;21&quot; 
2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/qos-ch/logback/commit/e572d4f87f06674788eb3ca7148e8d1dffc615fa";><code>e572d4f</code></a>
 skip deployment of blackbox and example modules, published as version 
1.5.9</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/4adae8bdcdcf018bb29e51387175412bd9c6d546";><code>4adae8b</code></a>
 add plugin for Maven Central deployment</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/ee70cf4cd99774ea5fe1f7e2d928061126e45eeb";><code>ee70cf4</code></a>
 prepare release 1.5.19</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/20802cff1dc1ba3bd73b9d7a93102f3b6fd16e2a";><code>20802cf</code></a>
 mindor javadoc changes</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/81160699fcecbefdecf79ea44c0f7f2877d9eb8d";><code>8116069</code></a>
 comment out code in COWArrayListConcurrencyTest to  make IDE happy</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/7f653409c95e40efd79b2b1bbeefde6dd649ceab";><code>7f65340</code></a>
 minor changes</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/8d2262d3c5227f209905ac1705a3333ebd8a33c8";><code>8d2262d</code></a>
 soften warning on using ConsoleAppender</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/c76fed3c01f389e4c18db914bcba1e72bccc2d1e";><code>c76fed3</code></a>
 ViewStatusMessagesServlet requires method POST for button 'Clear' (<a 
href="https://redirect.github.com/qos-ch/logback/issues/971";>#971</a>)</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/61f6a2544f36b3016e0efd434ee21f19269f1df7";><code>61f6a25</code></a>
 disallow new in if condition attribute in config files</li>
   <li><a 
href="https://github.com/qos-ch/logback/commit/a07cfd53e4a3122dc83c4ad36b96f6f6fc78375c";><code>a07cfd5</code></a>
 logback-core: fix spelling errors (<a 
href="https://redirect.github.com/qos-ch/logback/issues/956";>#956</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/qos-ch/logback/compare/v_1.2.12...v_1.5.19";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.2.12&new-version=1.5.19)](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/felix-dev/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