Skip to content

Commit 532af7b

Browse files
author
TheSnoozer
committed
update mockito 2.12.0->2.19.0; jackson-databind 2.9.2->2.9.6; joda-time 2.9.9->2.10; system-rules 1.17.0->1.18.0; slf4j-simple 1.7.13->1.7.25
1 parent 4a6e9b5 commit 532af7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<jgit.version>4.5.4.201711221230-r</jgit.version>
6161
<junit.version>4.12</junit.version>
62-
<mockito.version>2.12.0</mockito.version>
62+
<mockito.version>2.19.0</mockito.version>
6363

6464
<fest-assert.version>1.4</fest-assert.version>
6565
</properties>
@@ -88,14 +88,14 @@
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.9.2</version>
91+
<version>2.9.6</version>
9292
</dependency>
9393

9494
<!-- Joda Time -->
9595
<dependency>
9696
<groupId>joda-time</groupId>
9797
<artifactId>joda-time</artifactId>
98-
<version>2.9.9</version>
98+
<version>2.10</version>
9999
</dependency>
100100

101101
<!-- Guava -->
@@ -166,15 +166,15 @@
166166
<dependency>
167167
<groupId>com.github.stefanbirkner</groupId>
168168
<artifactId>system-rules</artifactId>
169-
<version>1.17.0</version>
169+
<version>1.18.0</version>
170170
<scope>test</scope>
171171
</dependency>
172172

173173
<!--to avoid complaints during tests-->
174174
<dependency>
175175
<groupId>org.slf4j</groupId>
176176
<artifactId>slf4j-simple</artifactId>
177-
<version>1.7.13</version>
177+
<version>1.7.25</version>
178178
<scope>test</scope>
179179
</dependency>
180180
</dependencies>

0 commit comments

Comments
 (0)