|
29 | 29 | <properties>
|
30 | 30 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
31 | 31 | <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> |
34 | 34 | </properties>
|
35 | 35 |
|
36 | 36 | <dependencyManagement>
|
37 | 37 | <dependencies>
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>org.junit</groupId>
|
40 | 40 | <artifactId>junit-bom</artifactId>
|
41 |
| - <version>5.7.1</version> |
| 41 | + <version>5.8.1</version> |
42 | 42 | <scope>import</scope>
|
43 | 43 | <type>pom</type>
|
44 | 44 | </dependency>
|
|
50 | 50 | <dependency>
|
51 | 51 | <groupId>org.junit.jupiter</groupId>
|
52 | 52 | <artifactId>junit-jupiter</artifactId>
|
53 |
| - <version>5.7.1</version> |
| 53 | + <version>5.8.1</version> |
54 | 54 | <scope>test</scope>
|
55 | 55 | </dependency>
|
56 | 56 |
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.openjdk.jmh</groupId>
|
59 | 59 | <artifactId>jmh-generator-annprocess</artifactId>
|
60 |
| - <version>1.19</version> |
| 60 | + <version>1.33</version> |
61 | 61 | <scope>test</scope>
|
62 | 62 | </dependency>
|
63 | 63 |
|
|
88 | 88 |
|
89 | 89 | <dependency>
|
90 | 90 | <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> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 |
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.amshove.kluent</groupId>
|
98 | 98 | <artifactId>kluent</artifactId>
|
99 |
| - <version>1.65</version> |
| 99 | + <version>1.68</version> |
100 | 100 | <scope>test</scope>
|
101 | 101 | </dependency>
|
102 | 102 |
|
|
179 | 179 | </plugin>
|
180 | 180 |
|
181 | 181 | <plugin>
|
182 |
| - <artifactId>kotlin-maven-plugin</artifactId> |
183 | 182 | <groupId>org.jetbrains.kotlin</groupId>
|
| 183 | + <artifactId>kotlin-maven-plugin</artifactId> |
184 | 184 | <version>${kotlin.version}</version>
|
185 | 185 | <executions>
|
186 | 186 | <execution>
|
|
270 | 270 | </executions>
|
271 | 271 | </plugin>
|
272 | 272 |
|
| 273 | + <plugin> |
| 274 | + <groupId>org.codehaus.mojo</groupId> |
| 275 | + <artifactId>versions-maven-plugin</artifactId> |
| 276 | + <version>2.8.1</version> |
| 277 | + </plugin> |
| 278 | + |
273 | 279 | </plugins>
|
274 | 280 | </build>
|
275 | 281 |
|
|
0 commit comments