|
42 | 42 | <java.version>1.8</java.version> |
43 | 43 | <maven.compiler.source>${java.version}</maven.compiler.source> |
44 | 44 | <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> |
47 | 48 | <clirr.comparisonVersion>1.1.0</clirr.comparisonVersion> |
48 | 49 | <module.name>org.mybatis.dynamic.sql</module.name> |
49 | 50 | </properties> |
|
121 | 122 | <dependency> |
122 | 123 | <groupId>org.assertj</groupId> |
123 | 124 | <artifactId>assertj-core</artifactId> |
124 | | - <version>3.12.1</version> |
| 125 | + <version>3.12.2</version> |
125 | 126 | <scope>test</scope> |
126 | 127 | </dependency> |
127 | 128 | <dependency> |
128 | 129 | <groupId>org.mybatis</groupId> |
129 | 130 | <artifactId>mybatis</artifactId> |
130 | | - <version>3.5.0</version> |
| 131 | + <version>3.5.1</version> |
131 | 132 | <scope>test</scope> |
132 | 133 | </dependency> |
133 | 134 | <dependency> |
134 | 135 | <groupId>org.mybatis</groupId> |
135 | 136 | <artifactId>mybatis-spring</artifactId> |
136 | | - <version>2.0.0</version> |
| 137 | + <version>2.0.1</version> |
137 | 138 | <scope>test</scope> |
138 | 139 | </dependency> |
139 | 140 | <dependency> |
|
145 | 146 | <dependency> |
146 | 147 | <groupId>org.springframework</groupId> |
147 | 148 | <artifactId>spring-jdbc</artifactId> |
148 | | - <version>5.1.5.RELEASE</version> |
| 149 | + <version>5.1.6.RELEASE</version> |
149 | 150 | <scope>test</scope> |
150 | 151 | </dependency> |
151 | 152 | <dependency> |
152 | 153 | <groupId>org.springframework.batch</groupId> |
153 | 154 | <artifactId>spring-batch-core</artifactId> |
154 | | - <version>4.1.1.RELEASE</version> |
| 155 | + <version>${spring.batch.version}</version> |
155 | 156 | <scope>test</scope> |
156 | 157 | </dependency> |
157 | 158 | <dependency> |
158 | 159 | <groupId>org.springframework.batch</groupId> |
159 | 160 | <artifactId>spring-batch-test</artifactId> |
160 | | - <version>4.1.1.RELEASE</version> |
| 161 | + <version>${spring.batch.version}</version> |
161 | 162 | <scope>test</scope> |
162 | 163 | <exclusions> |
163 | 164 | <exclusion> |
|
0 commit comments