Skip to content

Commit 4562fd7

Browse files
committed
#62 - Bump slf4j-api dependency to 1.7.30 (from 1.7.25)
1 parent 905d7e5 commit 4562fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inject/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>org.slf4j</groupId>
2424
<artifactId>slf4j-api</artifactId>
25-
<version>1.7.25</version>
25+
<version>1.7.30</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>org.mockito</groupId>
3030
<artifactId>mockito-core</artifactId>
31-
<version>2.23.4</version>
31+
<version>3.6.0</version>
3232
<optional>true</optional>
3333
</dependency>
3434

0 commit comments

Comments
 (0)