Skip to content

Commit

Permalink
Update slf4j to 1.7.36 (fixes #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 8, 2022
1 parent cf21da3 commit 22ef9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.35</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.35</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.35</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down

0 comments on commit 22ef9ad

Please sign in to comment.