Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.14 (#294)
Browse files Browse the repository at this point in the history
* Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.12

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.7 to 1.3.12.
- [Commits](qos-ch/logback@v_1.3.7...v_1.3.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade logback-classic to 1.3.14

* Add jansi as a dependency library

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Okada <yukihiro.okada@treasure-data.com>
  • Loading branch information
dependabot[bot] and yuokada authored Jul 1, 2024
1 parent d7ea2e5 commit 9657398
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.7</version>
<version>1.3.14</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 9657398

Please sign in to comment.