Skip to content

Bump org.apache.commons:commons-parent from 81 to 83#361

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-83
Apr 30, 2025
Merged

Bump org.apache.commons:commons-parent from 81 to 83#361
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-83

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2025

Bumps org.apache.commons:commons-parent from 81 to 83.

Changelog

Sourced from org.apache.commons:commons-parent's changelog.

Apache Commons Parent 83 Release Notes

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 83.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •               Freeze SpotBugs implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory.
    
  •               Freeze SpotBugs plugin (ommons.spotbugs.plugin.version) on Java 8, 9, and 10 to 4.8.6.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory.
    

Changes

  •               Bump commons.pmd-impl.version from 7.12.0 to 7.13.0 [#617](https://github.com/apache/commons-parent/issues/617). Thanks to Gary Gregory, Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html

For complete information on Apache Commons Parent, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Parent website:

https://commons.apache.org/proper/commons-parent/

Enjoy! Apache Commons Team


Apache Commons Parent 82 Release Notes

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 82.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •               Don't fork maven-jxr-plugin as it breaks in multi-module builds. Thanks to Gary Gregory.
    
  •               Use maven-bundle-plugin 6 on Java 17+ to generate MANIFEST.MF. Thanks to Gary Gregory.
    

Changes

  •               Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 [#590](https://github.com/apache/commons-parent/issues/590). Thanks to Arnout Engelen, Dependabot.
    
  •               Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.23.0 on Java 11+. Thanks to Gary Gregory.
    
  •               Bump commons.pmd-impl.version from 7.9.0 to 7.12.0 [#583](https://github.com/apache/commons-parent/issues/583), [#592](https://github.com/apache/commons-parent/issues/592), [#605](https://github.com/apache/commons-parent/issues/605). Thanks to Gary Gregory, Dependabot.
    
  •               Bump org.junit:junit-bom from 5.11.4 to 5.12.2. Thanks to Gary Gregory, Dependabot.
    

... (truncated)

Commits

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)

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 81 to 83.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-version: '83'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 30, 2025
@garydgregory garydgregory merged commit f0689da into master Apr 30, 2025
15 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.commons-commons-parent-83 branch April 30, 2025 12:22
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