Skip to content

Commit 35e8118

Browse files
committed
update dependencies
1 parent 58f1212 commit 35e8118

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

pom.xml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,18 @@
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<java.version>1.8</java.version>
2323
<lombok.version>1.18.4</lombok.version>
24-
<junit.version>5.4.0</junit.version>
24+
<junit.version>5.4.2</junit.version>
2525
<faker.version>0.17.2</faker.version>
26-
<assertj.version>3.11.1</assertj.version>
26+
<assertj.version>3.12.2</assertj.version>
2727
<validation-api.version>2.0.1.Final</validation-api.version>
28-
<joda-time.version>2.10.1</joda-time.version>
29-
<spring-context.version>4.3.22.RELEASE</spring-context.version>
3028
<objenesis.version>3.0.1</objenesis.version>
31-
<classgraph.version>4.6.18</classgraph.version>
32-
<hibernate-validator.version>6.0.14.Final</hibernate-validator.version>
29+
<classgraph.version>4.8.29</classgraph.version>
30+
<hibernate-validator.version>6.0.16.Final</hibernate-validator.version>
3331
<javax.el.version>3.0.0</javax.el.version>
3432
<jackson.version>2.9.8</jackson.version>
35-
<mockito.version>2.23.4</mockito.version>
36-
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
37-
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
33+
<mockito.version>2.27.0</mockito.version>
34+
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
35+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3836
<maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version>
3937
<maven-coveralls-plugin.version>4.3.0</maven-coveralls-plugin.version>
4038
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
@@ -205,16 +203,6 @@
205203
<artifactId>validation-api</artifactId>
206204
<version>${validation-api.version}</version>
207205
</dependency>
208-
<dependency>
209-
<groupId>joda-time</groupId>
210-
<artifactId>joda-time</artifactId>
211-
<version>${joda-time.version}</version>
212-
</dependency>
213-
<dependency>
214-
<groupId>org.springframework</groupId>
215-
<artifactId>spring-context</artifactId>
216-
<version>${spring-context.version}</version>
217-
</dependency>
218206
<dependency>
219207
<groupId>com.fasterxml.jackson.core</groupId>
220208
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)