Skip to content

Commit 9657398

Browse files
Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.14 (#294)
* 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>
1 parent d7ea2e5 commit 9657398

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,14 @@
178178
<dependency>
179179
<groupId>ch.qos.logback</groupId>
180180
<artifactId>logback-classic</artifactId>
181-
<version>1.3.7</version>
181+
<version>1.3.14</version>
182+
<scope>test</scope>
183+
</dependency>
184+
185+
<dependency>
186+
<groupId>org.fusesource.jansi</groupId>
187+
<artifactId>jansi</artifactId>
188+
<version>2.4.0</version>
182189
<scope>test</scope>
183190
</dependency>
184191

0 commit comments

Comments
 (0)