This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/logback.version-1.5.37
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
omit 7292e03 Bump logback.version from 1.3.16 to 1.5.37
add 6a509c2 Normalize spelling
add ee9fb05 Flip null test
add 21becb2 Flip null test
add d0a7c5a Bump github/codeql-action from 4.36.2 to 4.36.3
add 3afd440 Bump github/codeql-action from 4.36.3 to 4.37.0
add cb32a63 Javadoc
add cce2a09 Javadoc
add a65bdca Javadoc
add 7a27a09 Fix typo in action description.
add 23fce69 Bump actions/setup-java from 5.4.0 to 5.5.0
add b12bff5 Bump actions/setup-java from 5.5.0 to 5.6.0
add ff483d3 Bump github/codeql-action from 4.37.0 to 4.37.1
add 6c5bb57 Bump org.apache.commons:commons-parent from 102 to 103.
add 6cbcaa6 Bump logback.version from 1.3.16 to 1.5.38
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7292e03)
\
N -- N -- N refs/heads/dependabot/maven/logback.version-1.5.37
(6cbcaa6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 ++--
.github/workflows/maven.yml | 2 +-
.github/workflows/scorecards-analysis.yml | 2 +-
RELEASE-NOTES.txt | 2 +-
pom.xml | 4 +--
src/changes/changes.xml | 3 +-
.../org/apache/commons/logging/LogFactory.java | 32 +++++++++++-----------
.../java/org/apache/commons/logging/LogSource.java | 14 +++++-----
.../apache/commons/logging/impl/AvalonLogger.java | 6 ++--
.../logging/impl/Jdk13LumberjackLogger.java | 2 +-
.../apache/commons/logging/impl/Log4JLogger.java | 2 +-
.../commons/logging/impl/LogFactoryImpl.java | 18 ++++++------
.../apache/commons/logging/impl/LogKitLogger.java | 2 +-
.../org/apache/commons/logging/impl/SimpleLog.java | 2 +-
14 files changed, 49 insertions(+), 48 deletions(-)