This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new f223246f Bump logback.version from 1.5.25 to 1.5.32 (#74)
f223246f is described below
commit f223246fa937ae4f383bbf92764fa59c51acb5fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 18:55:46 2026 +0200
Bump logback.version from 1.5.25 to 1.5.32 (#74)
Bumps `logback.version` from 1.5.25 to 1.5.32.
Updates `ch.qos.logback:logback-classic` from 1.5.25 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.25...v_1.5.32)
Updates `ch.qos.logback:logback-core` from 1.5.25 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.25...v_1.5.32)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.32
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.32
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8d1ba276..68d21d0a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -37,7 +37,7 @@
<zookeeper.version>3.9.3_1</zookeeper.version>
<netty.version>4.1.121.Final</netty.version>
<slf4j.version>2.0.17</slf4j.version>
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.32</logback.version>
<hawtdispatch.version>1.22</hawtdispatch.version>
<hawtbuf.version>1.11</hawtbuf.version>
<exam.version>4.13.5</exam.version>