Skip to content

Commit

Permalink
#62 - Bump slf4j-api dependency to 1.7.30 (from 1.7.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 29, 2020
1 parent 905d7e5 commit 4562fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.4</version>
<version>3.6.0</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 4562fd7

Please sign in to comment.