Skip to content

Commit 8fb25cd

Browse files
update dependencies
1 parent 996de2a commit 8fb25cd

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

pom.xml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
32-
<kotlin.version>1.4.31</kotlin.version>
33-
<spek_version>2.0.15</spek_version>
32+
<kotlin.version>1.5.31</kotlin.version>
33+
<spek_version>2.0.17</spek_version>
3434
</properties>
3535

3636
<dependencyManagement>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.junit</groupId>
4040
<artifactId>junit-bom</artifactId>
41-
<version>5.7.1</version>
41+
<version>5.8.1</version>
4242
<scope>import</scope>
4343
<type>pom</type>
4444
</dependency>
@@ -50,14 +50,14 @@
5050
<dependency>
5151
<groupId>org.junit.jupiter</groupId>
5252
<artifactId>junit-jupiter</artifactId>
53-
<version>5.7.1</version>
53+
<version>5.8.1</version>
5454
<scope>test</scope>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>org.openjdk.jmh</groupId>
5959
<artifactId>jmh-generator-annprocess</artifactId>
60-
<version>1.19</version>
60+
<version>1.33</version>
6161
<scope>test</scope>
6262
</dependency>
6363

@@ -88,15 +88,15 @@
8888

8989
<dependency>
9090
<groupId>org.jetbrains.kotlin</groupId>
91-
<artifactId>kotlin-test</artifactId>
92-
<version>1.1.0</version>
91+
<artifactId>kotlin-test-junit</artifactId>
92+
<version>${kotlin.version}</version>
9393
<scope>test</scope>
9494
</dependency>
9595

9696
<dependency>
9797
<groupId>org.amshove.kluent</groupId>
9898
<artifactId>kluent</artifactId>
99-
<version>1.65</version>
99+
<version>1.68</version>
100100
<scope>test</scope>
101101
</dependency>
102102

@@ -179,8 +179,8 @@
179179
</plugin>
180180

181181
<plugin>
182-
<artifactId>kotlin-maven-plugin</artifactId>
183182
<groupId>org.jetbrains.kotlin</groupId>
183+
<artifactId>kotlin-maven-plugin</artifactId>
184184
<version>${kotlin.version}</version>
185185
<executions>
186186
<execution>
@@ -270,6 +270,12 @@
270270
</executions>
271271
</plugin>
272272

273+
<plugin>
274+
<groupId>org.codehaus.mojo</groupId>
275+
<artifactId>versions-maven-plugin</artifactId>
276+
<version>2.8.1</version>
277+
</plugin>
278+
273279
</plugins>
274280
</build>
275281

0 commit comments

Comments
 (0)