Skip to content

Bump commons-logging:commons-logging from 1.3.5 to 1.3.6#1922

Merged
reta merged 2 commits intomainfrom
dependabot/gradle/commons-logging-commons-logging-1.3.6
Mar 9, 2026
Merged

Bump commons-logging:commons-logging from 1.3.5 to 1.3.6#1922
reta merged 2 commits intomainfrom
dependabot/gradle/commons-logging-commons-logging-1.3.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps commons-logging:commons-logging from 1.3.5 to 1.3.6.

Changelog

Sourced from commons-logging:commons-logging's changelog.

Apache Commons Logging 1.3.6 Release Notes

The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.6.

Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems.

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

Changes in this version

Fixed Bugs

  •           Fix running spotbugs:check: Unable to parse configuration of mojo. Thanks to Gary Gregory.
    
  •           Update deprecated call in PathableClassLoader.addLogicalLib(String). Thanks to Gary Gregory.
    
  •           Fix malformed Javadoc comments. Thanks to Gary Gregory.
    
  •           Fix log level in Slf4jLogFactory.error(Object, Throwable) [#416](https://github.com/apache/commons-logging/issues/416). Thanks to Gary Gregory.
    

Changes

  •           Bump org.apache.commons:commons-parent from 81 to 97 [#361](https://github.com/apache/commons-logging/issues/361), [#367](https://github.com/apache/commons-logging/issues/367), [#388](https://github.com/apache/commons-logging/issues/388), [#409](https://github.com/apache/commons-logging/issues/409), [#410](https://github.com/apache/commons-logging/issues/410). Thanks to Gary Gregory, Dependabot.
    
  •           Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 [#344](https://github.com/apache/commons-logging/issues/344). Thanks to Gary Gregory, Dependabot.
    
  •           Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.13.0 to 1.14.0 [#360](https://github.com/apache/commons-logging/issues/360). Thanks to Gary Gregory, Dependabot.
    
  •           Bump log4j2.version from 2.24.3 to 2.25.3 [#371](https://github.com/apache/commons-logging/issues/371), [#412](https://github.com/apache/commons-logging/issues/412). Thanks to Gary Gregory, Dependabot.
    
  •           Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 [#373](https://github.com/apache/commons-logging/issues/373). Thanks to Gary Gregory, Dependabot.
    
  •           Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16 [#411](https://github.com/apache/commons-logging/issues/411).. Thanks to Gary Gregory, Dependabot.
    

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

Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi

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:

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


Commits
  • 141c9ea Prepare for the release candidate 1.3.6 RC1
  • 05cbf46 Prepare for release
  • 3ea5f4d Prepare for the next release candidate
  • d8e5e80 Simplify
  • 694754e Simpler description.
  • 97e7660 Fix log level in Slf4jLogFactory.error(Object, Throwable) #416
  • 07452cc fix LogLevel (#416)
  • c8c20de Bump github/codeql-action from 4.32.4 to 4.32.5
  • b879d3e Bump org.apache.commons:commons-parent from 96 to 97.
  • 5b2e759 Add security page.
  • 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 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)

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Mar 9, 2026
@dependabot dependabot bot added the dependabot label Mar 9, 2026
@dependabot dependabot bot requested review from VachaShah and Xtansia as code owners March 9, 2026 10:23
Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.5 to 1.3.6.
- [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-logging@rel/commons-logging-1.3.5...rel/commons-logging-1.3.6)

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/commons-logging-commons-logging-1.3.6 branch from d99d41a to 233a5a2 Compare March 9, 2026 10:50
Signed-off-by: dependabot[bot] <support@github.com>
@reta reta merged commit c16f50f into main Mar 9, 2026
79 of 81 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/commons-logging-commons-logging-1.3.6 branch March 9, 2026 13:59
@opensearch-trigger-bot
Copy link
Contributor

The backport to 3.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/opensearch-java/backport-3.x 3.x
# Navigate to the new working tree
pushd ../.worktrees/opensearch-java/backport-3.x
# Create a new branch
git switch --create backport/backport-1922-to-3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c16f50f5c6c69e18406e501a2f22b24d29742fbc
# Push it to GitHub
git push --set-upstream origin backport/backport-1922-to-3.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/opensearch-java/backport-3.x

Then, create a pull request where the base branch is 3.x and the compare/head branch is backport/backport-1922-to-3.x.

reta pushed a commit to reta/opensearch-java that referenced this pull request Mar 10, 2026
…project#1922)

* Bump commons-logging:commons-logging from 1.3.5 to 1.3.6

Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.5 to 1.3.6.
- [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-logging@rel/commons-logging-1.3.5...rel/commons-logging-1.3.6)

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

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

Labels

backport 3.x dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant