Skip to content

Commit

Permalink
fix: logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim committed Mar 7, 2023
1 parent 3caf0f9 commit 16cc42c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
<version>1.4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit 16cc42c

Please sign in to comment.