Skip to content

Commit 3d045fc

Browse files
committed
Update dependencies
1 parent e46ad8c commit 3d045fc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
<java.version>1.8</java.version>
4343
<maven.compiler.source>${java.version}</maven.compiler.source>
4444
<maven.compiler.target>${java.version}</maven.compiler.target>
45-
<junit.jupiter.version>5.4.0</junit.jupiter.version>
46-
<junit.platform.version>1.4.0</junit.platform.version>
45+
<junit.jupiter.version>5.4.1</junit.jupiter.version>
46+
<junit.platform.version>1.4.1</junit.platform.version>
47+
<spring.batch.version>4.1.2.RELEASE</spring.batch.version>
4748
<clirr.comparisonVersion>1.1.0</clirr.comparisonVersion>
4849
<module.name>org.mybatis.dynamic.sql</module.name>
4950
</properties>
@@ -121,19 +122,19 @@
121122
<dependency>
122123
<groupId>org.assertj</groupId>
123124
<artifactId>assertj-core</artifactId>
124-
<version>3.12.1</version>
125+
<version>3.12.2</version>
125126
<scope>test</scope>
126127
</dependency>
127128
<dependency>
128129
<groupId>org.mybatis</groupId>
129130
<artifactId>mybatis</artifactId>
130-
<version>3.5.0</version>
131+
<version>3.5.1</version>
131132
<scope>test</scope>
132133
</dependency>
133134
<dependency>
134135
<groupId>org.mybatis</groupId>
135136
<artifactId>mybatis-spring</artifactId>
136-
<version>2.0.0</version>
137+
<version>2.0.1</version>
137138
<scope>test</scope>
138139
</dependency>
139140
<dependency>
@@ -145,19 +146,19 @@
145146
<dependency>
146147
<groupId>org.springframework</groupId>
147148
<artifactId>spring-jdbc</artifactId>
148-
<version>5.1.5.RELEASE</version>
149+
<version>5.1.6.RELEASE</version>
149150
<scope>test</scope>
150151
</dependency>
151152
<dependency>
152153
<groupId>org.springframework.batch</groupId>
153154
<artifactId>spring-batch-core</artifactId>
154-
<version>4.1.1.RELEASE</version>
155+
<version>${spring.batch.version}</version>
155156
<scope>test</scope>
156157
</dependency>
157158
<dependency>
158159
<groupId>org.springframework.batch</groupId>
159160
<artifactId>spring-batch-test</artifactId>
160-
<version>4.1.1.RELEASE</version>
161+
<version>${spring.batch.version}</version>
161162
<scope>test</scope>
162163
<exclusions>
163164
<exclusion>

0 commit comments

Comments
 (0)