This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 642ceb76c Bump ch.qos.logback:logback-classic from 0.9.29 to 1.2.13 in
/jmx/jmx-itests (#286)
642ceb76c is described below
commit 642ceb76c474c8bac26a277c9f5bd3c130d84b89
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 21:41:26 2025 +0100
Bump ch.qos.logback:logback-classic from 0.9.29 to 1.2.13 in
/jmx/jmx-itests (#286)
* Bump ch.qos.logback:logback-classic in /jmx/jmx-itests
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 0.9.29 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_0.9.29...v_1.2.13)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update also logback-core
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Przybysz <[email protected]>
---
jmx/jmx-itests/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml
index 33583f534..36422c0e7 100644
--- a/jmx/jmx-itests/pom.xml
+++ b/jmx/jmx-itests/pom.xml
@@ -39,6 +39,7 @@
<properties>
<exam.version>3.4.0</exam.version>
<url.version>2.5.3</url.version>
+ <logback.version>1.2.13</logback.version>
</properties>
<dependencies>
@@ -189,13 +190,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>0.9.29</version>
+ <version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>0.9.29</version>
+ <version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>