Skip to content

Commit 88a4bc4

Browse files
committed
Update slf4j and mockito
slf4j to 1.7.10 mockito to 1.10.19
1 parent 6b84a3f commit 88a4bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@
157157
<dependency>
158158
<groupId>org.slf4j</groupId>
159159
<artifactId>slf4j-api</artifactId>
160-
<version>1.7.9</version>
160+
<version>1.7.10</version>
161161
<optional>true</optional>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.slf4j</groupId>
165165
<artifactId>slf4j-log4j12</artifactId>
166-
<version>1.7.9</version>
166+
<version>1.7.10</version>
167167
<optional>true</optional>
168168
</dependency>
169169
<dependency>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>org.mockito</groupId>
215215
<artifactId>mockito-core</artifactId>
216-
<version>1.10.17</version>
216+
<version>1.10.19</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>

0 commit comments

Comments
 (0)