Skip to content

Commit 772feec

Browse files
committed
updated versions
1 parent 102ecb1 commit 772feec

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<kotlin.version>1.2.21</kotlin.version>
36+
<kotlin.version>1.2.50</kotlin.version>
3737
<java.version>1.8</java.version>
3838
<junit.version>4.12</junit.version>
39-
<spring.version>5.0.3.RELEASE</spring.version>
39+
<spring.version>5.0.7.RELEASE</spring.version>
4040
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
4141
<jacoco.ratio.instruction>0.87</jacoco.ratio.instruction>
4242
<jacoco.ratio.bundle>0.72</jacoco.ratio.bundle>
@@ -145,7 +145,6 @@
145145
<plugin>
146146
<groupId>org.codehaus.mojo</groupId>
147147
<artifactId>cobertura-maven-plugin</artifactId>
148-
<version>2.7</version>
149148
<configuration>
150149
<format>xml</format>
151150
<maxmem>256m</maxmem>
@@ -166,7 +165,6 @@
166165

167166
<plugin>
168167
<artifactId>maven-release-plugin</artifactId>
169-
<version>2.5.3</version>
170168
<configuration>
171169
<useReleaseProfile>false</useReleaseProfile>
172170
<releaseProfiles>release</releaseProfiles>
@@ -242,12 +240,12 @@
242240
<dependency>
243241
<groupId>com.puppycrawl.tools</groupId>
244242
<artifactId>checkstyle</artifactId>
245-
<version>8.8</version>
243+
<version>8.10.1</version>
246244
</dependency>
247245
<dependency>
248246
<groupId>com.github.sevntu-checkstyle</groupId>
249247
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
250-
<version>1.27.0</version>
248+
<version>1.29.0</version>
251249
</dependency>
252250
</dependencies>
253251
<executions>
@@ -297,7 +295,6 @@
297295
<plugin>
298296
<groupId>org.jacoco</groupId>
299297
<artifactId>jacoco-maven-plugin</artifactId>
300-
<version>0.7.9</version>
301298
<configuration>
302299
<rules>
303300
<rule>

0 commit comments

Comments
 (0)