This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new dc255ac326 Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25
dc255ac326 is described below
commit dc255ac3268157c6a15bb0d10d3502bcb0359af0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 01:15:54 2026 +0000
Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.5.24 to 1.5.25.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.24...v_1.5.25)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a09e9bda7d..e39705721b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@ under the License.
<jmhVersion>1.37</jmhVersion>
<junitVersion>5.13.4</junitVersion>
<jxpathVersion>1.4.0</jxpathVersion>
- <logbackClassicVersion>1.5.24</logbackClassicVersion>
+ <logbackClassicVersion>1.5.25</logbackClassicVersion>
<mockitoVersion>5.21.0</mockitoVersion>
<plexusInteractivityVersion>1.5.1</plexusInteractivityVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>