Skip to content

Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16#411

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/ch.qos.logback-logback-core-1.3.16
Dec 17, 2025
Merged

Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16#411
garydgregory merged 1 commit into
masterfrom
dependabot/maven/ch.qos.logback-logback-core-1.3.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 17, 2025

Bumps ch.qos.logback:logback-core from 1.3.14 to 1.3.16.

Commits
  • b91509f prepare release 1.3.16
  • e3aa0f4 disallow new in if condition attribute in config files
  • d933cf5 start work on 1.3.16-SNAPSHOT
  • 81f8c25 remove Stax related code
  • 7cb4834 prepare release 1.3.15
  • ad9c5e0 StaxEventRecorder was experimental and was never used nor referenced, removing
  • 4cb1053 remove unused package
  • 2863a49 prevent Server-Side Request Forgery (SSRF) attacks by ignoring external DTD f...
  • b44b940 remove JaninoEventEvaluator
  • c17e588 remove JaninoEventEvaluator
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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.

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.14 to 1.3.16.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.3.14...v_1.3.16)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.3.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 17, 2025
@garydgregory garydgregory merged commit c1c10e6 into master Dec 17, 2025
15 checks passed
@garydgregory garydgregory deleted the dependabot/maven/ch.qos.logback-logback-core-1.3.16 branch December 17, 2025 13:14
github-actions Bot pushed a commit to B3Partners/brmo that referenced this pull request Mar 10, 2026
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.5 to 1.3.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt">commons-logging:commons-logging's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons Logging 1.3.6 Release Notes</h2>
<p>The Apache Commons Logging team is pleased to announce the release of
Apache Commons Logging 1.3.6.</p>
<p>Apache Commons Logging is a thin adapter allowing configurable
bridging to other,
well-known logging systems.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>Changes in this version</h2>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Fix running spotbugs:check: Unable to parse configuration of
mojo. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Update deprecated call in
PathableClassLoader.addLogicalLib(String). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix malformed Javadoc comments. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix log level in Slf4jLogFactory.error(Object, Throwable)
[#416](apache/commons-logging#416). Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 81 to 97
[#361](apache/commons-logging#361),
[#367](apache/commons-logging#367),
[#388](apache/commons-logging#388),
[#409](apache/commons-logging#409),
[#410](apache/commons-logging#410). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17
[#344](apache/commons-logging#344). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump com.h3xstream.findsecbugs:findsecbugs-plugin from
1.13.0 to 1.14.0
[#360](apache/commons-logging#360). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump log4j2.version from 2.24.3 to 2.25.3
[#371](apache/commons-logging#371),
[#412](apache/commons-logging#412). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
[#373](apache/commons-logging#373). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16
[#411](apache/commons-logging#411).. Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-logging/changes.html">https://commons.apache.org/proper/commons-logging/changes.html</a></p>
<p>Download it from <a
href="https://commons.apache.org/proper/commons-logging/download_logging.cgi">https://commons.apache.org/proper/commons-logging/download_logging.cgi</a></p>
<p>For complete information on Apache Commons Logging, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Logging
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-logging/">https://commons.apache.org/proper/commons-logging/</a></p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-logging/commit/141c9ea8661fbf53ca710d12c462fab42986f0bf"><code>141c9ea</code></a>
Prepare for the release candidate 1.3.6 RC1</li>
<li><a
href="https://github.com/apache/commons-logging/commit/05cbf46ae4aad9eb11510ab589fc9a37080001eb"><code>05cbf46</code></a>
Prepare for release</li>
<li><a
href="https://github.com/apache/commons-logging/commit/3ea5f4dfb225f378e5a97c5399d45ee7922f9d86"><code>3ea5f4d</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-logging/commit/d8e5e8069869ebe37ad969088d0ca9411d0ace11"><code>d8e5e80</code></a>
Simplify</li>
<li><a
href="https://github.com/apache/commons-logging/commit/694754e71498cddbaf77bcc1612e9184a176dd3f"><code>694754e</code></a>
Simpler description.</li>
<li><a
href="https://github.com/apache/commons-logging/commit/97e7660e5fe43e7c1169cc4f3e2b92629f4dd3fd"><code>97e7660</code></a>
Fix log level in Slf4jLogFactory.error(Object, Throwable) <a
href="https://redirect.github.com/apache/commons-logging/issues/416">#416</a></li>
<li><a
href="https://github.com/apache/commons-logging/commit/07452cca430f2deb176571b41e841f44839c8f64"><code>07452cc</code></a>
fix LogLevel (<a
href="https://redirect.github.com/apache/commons-logging/issues/416">#416</a>)</li>
<li><a
href="https://github.com/apache/commons-logging/commit/c8c20dec5e5bb7603c8e8639a6346f3490722dd9"><code>c8c20de</code></a>
Bump github/codeql-action from 4.32.4 to 4.32.5</li>
<li><a
href="https://github.com/apache/commons-logging/commit/b879d3e76a738c0aec6ce9cb151f0176cd218537"><code>b879d3e</code></a>
Bump org.apache.commons:commons-parent from 96 to 97.</li>
<li><a
href="https://github.com/apache/commons-logging/commit/5b2e759ee1ba7b18d53f13f085d8680b7dcf11f2"><code>5b2e759</code></a>
Add security page.</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-logging:commons-logging&package-manager=maven&previous-version=1.3.5&new-version=1.3.6)](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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant