|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.testing</groupId> |
6 | 6 | <artifactId>jgiven-kotlin</artifactId> |
7 | | - <version>1.0.1</version> |
| 7 | + <version>1.2.0</version> |
8 | 8 |
|
9 | 9 | <name>${project.artifactId}</name> |
10 | 10 | <description>jgiven kotlin extension</description> |
|
16 | 16 | <java.version>11</java.version> |
17 | 17 | <maven.compiler.source>${java.version}</maven.compiler.source> |
18 | 18 | <maven.compiler.target>${java.version}</maven.compiler.target> |
19 | | - <kotlin.version>1.5.10</kotlin.version> |
| 19 | + <kotlin.version>1.6.10</kotlin.version> |
20 | 20 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
21 | 21 |
|
22 | | - <jgiven.version>1.0.0</jgiven.version> |
| 22 | + <jgiven.version>1.2.0</jgiven.version> |
23 | 23 | <spring-boot.version>2.3.7.RELEASE</spring-boot.version> |
24 | 24 |
|
25 | 25 | </properties> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>org.slf4j</groupId> |
68 | 68 | <artifactId>slf4j-simple</artifactId> |
69 | | - <version>1.7.30</version> |
| 69 | + <version>1.7.36</version> |
70 | 70 | <scope>test</scope> |
71 | 71 | </dependency> |
72 | 72 |
|
|
190 | 190 | <!-- Java compiler --> |
191 | 191 | <groupId>org.apache.maven.plugins</groupId> |
192 | 192 | <artifactId>maven-compiler-plugin</artifactId> |
193 | | - <version>3.8.1</version> |
| 193 | + <version>3.10.0</version> |
194 | 194 | <configuration> |
195 | 195 | <encoding>${project.build.sourceEncoding}</encoding> |
196 | 196 | <source>${maven.compiler.source}</source> |
|
262 | 262 | <plugin> |
263 | 263 | <groupId>org.jetbrains.dokka</groupId> |
264 | 264 | <artifactId>dokka-maven-plugin</artifactId> |
265 | | - <version>1.4.32</version> |
| 265 | + <version>1.6.10</version> |
266 | 266 | <executions> |
267 | 267 | <execution> |
268 | 268 | <id>attach-javadocs</id> |
|
292 | 292 | <plugin> |
293 | 293 | <groupId>org.codehaus.mojo</groupId> |
294 | 294 | <artifactId>build-helper-maven-plugin</artifactId> |
295 | | - <version>3.2.0</version> |
| 295 | + <version>3.3.0</version> |
296 | 296 | <executions> |
297 | 297 | <execution> |
298 | 298 | <phase>generate-sources</phase> |
|
332 | 332 | <plugin> |
333 | 333 | <groupId>com.amashchenko.maven.plugin</groupId> |
334 | 334 | <artifactId>gitflow-maven-plugin</artifactId> |
335 | | - <version>1.16.0</version> |
| 335 | + <version>1.18.0</version> |
336 | 336 | <configuration> |
337 | 337 | <gitFlowConfig> |
338 | 338 | <productionBranch>master</productionBranch> |
|
377 | 377 | <!-- Deploy --> |
378 | 378 | <plugin> |
379 | 379 | <artifactId>maven-deploy-plugin</artifactId> |
380 | | - <version>3.0.0-M1</version> |
| 380 | + <version>3.0.0-M2</version> |
381 | 381 | <configuration> |
382 | 382 | <skip>true</skip> |
383 | 383 | </configuration> |
|
386 | 386 | <plugin> |
387 | 387 | <groupId>org.sonatype.plugins</groupId> |
388 | 388 | <artifactId>nexus-staging-maven-plugin</artifactId> |
389 | | - <version>1.6.8</version> |
| 389 | + <version>1.6.12</version> |
390 | 390 | <executions> |
391 | 391 | <execution> |
392 | 392 | <id>default-deploy</id> |
|
415 | 415 | <plugin> |
416 | 416 | <groupId>org.apache.maven.plugins</groupId> |
417 | 417 | <artifactId>maven-enforcer-plugin</artifactId> |
418 | | - <version>3.0.0-M3</version> |
| 418 | + <version>3.0.0</version> |
419 | 419 | <executions> |
420 | 420 | <execution> |
421 | 421 | <id>enforce-maven</id> |
|
0 commit comments