Skip to content

Bump log4j2.version from 2.24.3 to 2.25.0#371

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/log4j2.version-2.25.0
Jun 20, 2025
Merged

Bump log4j2.version from 2.24.3 to 2.25.0#371
garydgregory merged 1 commit into
masterfrom
dependabot/maven/log4j2.version-2.25.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 20, 2025

Bumps log4j2.version from 2.24.3 to 2.25.0.
Updates org.apache.logging.log4j:log4j-1.2-api from 2.24.3 to 2.25.0

Updates org.apache.logging.log4j:log4j-api from 2.24.3 to 2.25.0

Updates org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0

Updates org.apache.logging.log4j:log4j-core-test from 2.24.3 to 2.25.0

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)

Bumps `log4j2.version` from 2.24.3 to 2.25.0.

Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.24.3 to 2.25.0

Updates `org.apache.logging.log4j:log4j-api` from 2.24.3 to 2.25.0

Updates `org.apache.logging.log4j:log4j-core` from 2.24.3 to 2.25.0

Updates `org.apache.logging.log4j:log4j-core-test` from 2.24.3 to 2.25.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
  dependency-version: 2.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core-test
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jun 20, 2025
@garydgregory garydgregory merged commit 36f78fa into master Jun 20, 2025
15 checks passed
@garydgregory garydgregory deleted the dependabot/maven/log4j2.version-2.25.0 branch June 20, 2025 11:41
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