Skip to content

Commit c9bd50e

Browse files
committed
Update dependencies
1 parent bbcf4bb commit c9bd50e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<java.version>1.8</java.version>
4141
<maven.compiler.source>${java.version}</maven.compiler.source>
4242
<maven.compiler.target>${java.version}</maven.compiler.target>
43-
<junit.jupiter.version>5.4.1</junit.jupiter.version>
44-
<junit.platform.version>1.4.1</junit.platform.version>
43+
<junit.jupiter.version>5.4.2</junit.jupiter.version>
44+
<junit.platform.version>1.4.2</junit.platform.version>
4545
<spring.batch.version>4.1.2.RELEASE</spring.batch.version>
4646
<clirr.comparisonVersion>1.1.0</clirr.comparisonVersion>
4747
<module.name>org.mybatis.dynamic.sql</module.name>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.springframework</groupId>
146146
<artifactId>spring-jdbc</artifactId>
147-
<version>5.1.6.RELEASE</version>
147+
<version>5.1.7.RELEASE</version>
148148
<scope>test</scope>
149149
</dependency>
150150
<dependency>
@@ -171,6 +171,13 @@
171171
<version>1.2.3</version>
172172
<scope>test</scope>
173173
</dependency>
174+
<!-- Hamcrest is only here to make Infinitest happy. Not really used in the project. -->
175+
<dependency>
176+
<groupId>org.hamcrest</groupId>
177+
<artifactId>hamcrest</artifactId>
178+
<version>2.1</version>
179+
<scope>test</scope>
180+
</dependency>
174181
</dependencies>
175182

176183
<scm>

0 commit comments

Comments
 (0)