Skip to content

Commit 4f0304d

Browse files
committed
Update sfl4j, junit, and mockito
1 parent 66efde5 commit 4f0304d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 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.7</version>
160+
<version>1.7.9</version>
161161
<optional>true</optional>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.slf4j</groupId>
165165
<artifactId>slf4j-log4j12</artifactId>
166-
<version>1.7.7</version>
166+
<version>1.7.9</version>
167167
<optional>true</optional>
168168
</dependency>
169169
<dependency>
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>junit</groupId>
197197
<artifactId>junit</artifactId>
198-
<version>4.11</version>
198+
<version>4.12</version>
199199
<scope>test</scope>
200200
</dependency>
201201
<dependency>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>org.mockito</groupId>
215215
<artifactId>mockito-core</artifactId>
216-
<version>1.10.8</version>
216+
<version>1.10.17</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>
@@ -395,5 +395,4 @@
395395
</plugins>
396396
</pluginManagement>
397397
</build>
398-
399398
</project>

0 commit comments

Comments
 (0)