Skip to content

Commit

Permalink
Manage jcl-over-slf4j and jul-to-slf4j versions too
Browse files Browse the repository at this point in the history
VERDICT's transitive dependencies bring in an old version of
jcl-over-slf4j and jul-to-slf4j, so make sure tools/pom.xml's
dependencyManagement changes their version to the latest version.
  • Loading branch information
tuxji committed Feb 25, 2022
1 parent b9917c4 commit c55dfd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@
<artifactId>asm-util</artifactId>
<version>${version.asm}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit c55dfd5

Please sign in to comment.