Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 0.9.29 to 1.2.13 in /jmx/jmx…
Browse files Browse the repository at this point in the history
…-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](qos-ch/logback@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]>
  • Loading branch information
dependabot[bot] and alien11689 authored Jan 9, 2025
1 parent 55c7db1 commit 642ceb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jmx/jmx-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 642ceb7

Please sign in to comment.