Skip to content

Commit

Permalink
Update logback dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed Nov 24, 2022
1 parent 56c7e74 commit 6966ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.0-alpha10</version>
<version>1.4.5</version>
</dependency>
<dependency>
<!-- Automatically includes slf4j-api 2.0 -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.0-alpha10</version>
<version>1.4.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 6966ec2

Please sign in to comment.