|
33 | 33 |
|
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | | - <kotlin.version>1.2.21</kotlin.version> |
| 36 | + <kotlin.version>1.2.50</kotlin.version> |
37 | 37 | <java.version>1.8</java.version> |
38 | 38 | <junit.version>4.12</junit.version> |
39 | | - <spring.version>5.0.3.RELEASE</spring.version> |
| 39 | + <spring.version>5.0.7.RELEASE</spring.version> |
40 | 40 | <kotlin.compiler.incremental>false</kotlin.compiler.incremental> |
41 | 41 | <jacoco.ratio.instruction>0.87</jacoco.ratio.instruction> |
42 | 42 | <jacoco.ratio.bundle>0.72</jacoco.ratio.bundle> |
|
145 | 145 | <plugin> |
146 | 146 | <groupId>org.codehaus.mojo</groupId> |
147 | 147 | <artifactId>cobertura-maven-plugin</artifactId> |
148 | | - <version>2.7</version> |
149 | 148 | <configuration> |
150 | 149 | <format>xml</format> |
151 | 150 | <maxmem>256m</maxmem> |
|
166 | 165 |
|
167 | 166 | <plugin> |
168 | 167 | <artifactId>maven-release-plugin</artifactId> |
169 | | - <version>2.5.3</version> |
170 | 168 | <configuration> |
171 | 169 | <useReleaseProfile>false</useReleaseProfile> |
172 | 170 | <releaseProfiles>release</releaseProfiles> |
|
242 | 240 | <dependency> |
243 | 241 | <groupId>com.puppycrawl.tools</groupId> |
244 | 242 | <artifactId>checkstyle</artifactId> |
245 | | - <version>8.8</version> |
| 243 | + <version>8.10.1</version> |
246 | 244 | </dependency> |
247 | 245 | <dependency> |
248 | 246 | <groupId>com.github.sevntu-checkstyle</groupId> |
249 | 247 | <artifactId>sevntu-checkstyle-maven-plugin</artifactId> |
250 | | - <version>1.27.0</version> |
| 248 | + <version>1.29.0</version> |
251 | 249 | </dependency> |
252 | 250 | </dependencies> |
253 | 251 | <executions> |
|
297 | 295 | <plugin> |
298 | 296 | <groupId>org.jacoco</groupId> |
299 | 297 | <artifactId>jacoco-maven-plugin</artifactId> |
300 | | - <version>0.7.9</version> |
301 | 298 | <configuration> |
302 | 299 | <rules> |
303 | 300 | <rule> |
|
0 commit comments