Skip to content

Commit 16cc42c

Browse files
committed
fix: logback version
1 parent 3caf0f9 commit 16cc42c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
<version>1.4.5</version>
258258
<scope>test</scope>
259259
</dependency>
260+
<dependency>
261+
<groupId>ch.qos.logback</groupId>
262+
<artifactId>logback-core</artifactId>
263+
<version>1.4.5</version>
264+
<scope>test</scope>
265+
</dependency>
260266
<dependency>
261267
<groupId>org.assertj</groupId>
262268
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)