Commit 557d430
authored
build(deps-dev): bump ch.qos.logback:logback-core from 1.5.25 to 1.5.33 in /google-cloud-jar-parent (#13654)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback)
from 1.5.25 to 1.5.33.
<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.33</h2>
<p><strong>2026-05-27 Release of logback version 1.5.33</strong></p>
<p>• <code>PropertiesConfiguratorModelHandler</code> now registers
properties file URLs to the <code>ConfigurationWatchList</code> when
scan is enabled (via local scan="true" attribute or top-level
configuration scan), ensuring changes are detected and reconfiguration
occurs. This problem was reported in <a
href="https://redirect.github.com/qos-ch/logback/issues/1034">issues/1034</a>.</p>
<p>• When processing <code><conversionRule></code> elements and
both <code>class</code> and <code>converterClass</code> attributes are
specified, silently use the class attribute without issuing a warning.
However, if the attribute values differ, a warning will be issued. This
change was requested in <a
href="https://redirect.github.com/qos-ch/logback/issues/1031">issues/1031</a>.</p>
<p>• <code>HardenedModelInputStream</code> will no longer accept to
deserialize all classes located under the "java.lang" and
"java.util" packages but a limited number of explicitly
authorized classes in those packages. This potential deserialization
whitelist bypass vulnerability was reported by <a
href="https://github.com/york-shen">York Shen</a> and registered as <a
href="https://www.cve.org/cverecord?id=CVE-2026-9828">CVE-2026-9828</a>.</p>
<p>• SSL parameters for <code>SSLSocketAppender</code> now enable
hostname verification by default. Moreover, the default protocol is now
"TLSv1.2". This potential vulnerability was reported by York
Shen.</p>
<p>• When printing the status message field,
<code>ViewStatusMessagesServletBase</code> now escapes special
characters such as "&" as character entities. This
potential vulnerability was reported by York Shen.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
124e8b49b55ac34d08743a0646bd463410192647 associated with the tag
v_1.5.33. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
<h2>Logback 1.5.32</h2>
<p><strong>2026-02-16 Release of logback version 1.5.32</strong></p>
<p>• In <code>DefaultProcessor, </code>fixed incorrect check for
dependencies contained within a parent model. Previous only the direct
children were scanned. This fixes <a
href="https://redirect.github.com/qos-ch/logback-access/issues/34">logback-access/issues/34</a>.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
e807335a67535b4eacce94e942c0bcb649665d93 associated with the tag
v_1.5.32. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
<h2>Logback 1.5.31</h2>
<p><strong>2026-02-14 Release of logback version 1.5.31</strong></p>
<p>• Fixed missing META-INF/services directory in logback-classic.jar.
This issue rendered logback-classic version 1.5.30 unusable with
SLF4J.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
168e42f9f9a18a3ffdf31eb2bfe80a71e33ecd8b associated with the tag
v_1.5.31. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
<h2>Logback 1.5.30</h2>
<p><strong>2026-02-14 Release of logback version 1.5.30</strong></p>
<p>• <strong>In this version, logback-classic.jar was missing the
META-INF/services directory, making it unusable with SLF4J. Version
1.5.31 (released later on the same day) fixes this issue.</strong></p>
<p>• Fix scanning issue when an included file becomes available at a
later time. This problem was reported in <a
href="https://redirect.github.com/qos-ch/logback/issues/1021">issues/1021</a>
by Sergey Nazarov.</p>
<p>• Standardized code for version checking across modules.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
44164f10ca3fb44ce0e68519f13564b87e3aca61 associated with the tag
v_1.5.30. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
<h2>Logback 1.5.29</h2>
<p><strong>2026-02-09 Release of logback version 1.5.29</strong></p>
<p>• In response to <a
href="https://redirect.github.com/qos-ch/logback/issues/1017">issues/1017</a>,
appender names and appender references are once again subject to
variable substitution, reverting the change introduced in version
1.5.28.</p>
<h2>Logback 1.5.28</h2>
<p><strong>2026-02-06 Release of logback version 1.5.28</strong></p>
<p>• Appender names or appender references are no longer subject to
variable substitution.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qos-ch/logback/commit/124e8b49b55ac34d08743a0646bd463410192647"><code>124e8b4</code></a>
prepare release 1.5.33</li>
<li><a
href="https://github.com/qos-ch/logback/commit/d8fd6f25c7f12282871164911fe423c86e2ef8f3"><code>d8fd6f2</code></a>
escapeTags in message field when printing status messages</li>
<li><a
href="https://github.com/qos-ch/logback/commit/95edbeb8dbf53494f36324aeb7bef1825aff6cc4"><code>95edbeb</code></a>
hostnameVerification default to true in SSLParametersConfiguration,
SSL.DEFAU...</li>
<li><a
href="https://github.com/qos-ch/logback/commit/b768a96e191bf0d15aeff207a5b160e5c0c8dba2"><code>b768a96</code></a>
remove spurious java.swing.* import</li>
<li><a
href="https://github.com/qos-ch/logback/commit/12cf2c5a150ee3ff4a720789bcfc6e047e836b0c"><code>12cf2c5</code></a>
classes in java.lang and java.util are now whitelisted individually</li>
<li><a
href="https://github.com/qos-ch/logback/commit/e9133edbe58a20927f88cef609e0436f77bb8a96"><code>e9133ed</code></a>
fix typo</li>
<li><a
href="https://github.com/qos-ch/logback/commit/47089a2f88785a72387d86d463c5bbe751fe6750"><code>47089a2</code></a>
added Filip Egeric icla</li>
<li><a
href="https://github.com/qos-ch/logback/commit/85735f7a097a78729bd3d29d8ea2f4b80da1a0e6"><code>85735f7</code></a>
Modified ConversionRuleAction.java: Updated validPreconditions() to</li>
<li><a
href="https://github.com/qos-ch/logback/commit/614f7a726a5b2e71e8c5fb174967c7d1069721f2"><code>614f7a7</code></a>
the official name for initial instructions file foe coding agents is
AGENTS.md</li>
<li><a
href="https://github.com/qos-ch/logback/commit/fe50bb56abddd6d68ac1e31ff8851c306bf736c4"><code>fe50bb5</code></a>
fix: do not warn when both converterClass and class attributes are
specified ...</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.25...v_1.5.33">compare
view</a></li>
</ul>
</details>
<br />
[](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 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/googleapis/google-cloud-java/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 512e370 commit 557d430
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments