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 105b1d9b Bump logback.version from 1.5.35 to 1.5.36 (#149)
105b1d9b is described below
commit 105b1d9b5c63555f09322e49b8590c0cd46ebeed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 27 00:19:45 2026 +0200
Bump logback.version from 1.5.35 to 1.5.36 (#149)
Bumps `logback.version` from 1.5.35 to 1.5.36.
Updates `ch.qos.logback:logback-classic` from 1.5.35 to 1.5.36
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.35...v_1.5.36)
Updates `ch.qos.logback:logback-core` from 1.5.35 to 1.5.36
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.35...v_1.5.36)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.36
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.36
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 af9773a2..b7b399cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -37,7 +37,7 @@
<zookeeper.version>3.9.5</zookeeper.version>
<netty.version>4.1.121.Final</netty.version>
<slf4j.version>2.0.18</slf4j.version>
- <logback.version>1.5.35</logback.version>
+ <logback.version>1.5.36</logback.version>
<hawtdispatch.version>1.22</hawtdispatch.version>
<hawtbuf.version>1.11</hawtbuf.version>
<exam.version>4.14.0</exam.version>