|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.testing</groupId> |
6 | 6 | <artifactId>jgiven-kotlin</artifactId> |
7 | | - <version>1.2.4.0</version> |
| 7 | + <version>1.2.5.0</version> |
8 | 8 |
|
9 | 9 | <name>${project.artifactId}</name> |
10 | 10 | <description>jgiven kotlin extension</description> |
|
14 | 14 | <java.version>11</java.version> |
15 | 15 | <maven.compiler.source>${java.version}</maven.compiler.source> |
16 | 16 | <maven.compiler.target>${java.version}</maven.compiler.target> |
17 | | - <kotlin.version>1.7.20</kotlin.version> |
| 17 | + <kotlin.version>1.8.10</kotlin.version> |
18 | 18 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
19 | 19 |
|
20 | | - <jgiven.version>1.2.4</jgiven.version> |
21 | | - <spring-boot.version>2.7.5</spring-boot.version> |
| 20 | + <jgiven.version>1.2.5</jgiven.version> |
| 21 | + <spring-boot.version>2.7.8</spring-boot.version> |
22 | 22 |
|
23 | 23 | <!-- TEST --> |
24 | | - <assertj.version>3.23.1</assertj.version> |
| 24 | + <assertj.version>3.24.2</assertj.version> |
25 | 25 |
|
26 | 26 | <!-- MAVEN --> |
27 | 27 | <project.encoding>UTF-8</project.encoding> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>ch.qos.logback</groupId> |
80 | 80 | <artifactId>logback-classic</artifactId> |
81 | | - <version>1.4.4</version> |
| 81 | + <version>1.4.5</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 |
|
|
375 | 375 | <!-- Deploy --> |
376 | 376 | <plugin> |
377 | 377 | <artifactId>maven-deploy-plugin</artifactId> |
378 | | - <version>3.0.0</version> |
| 378 | + <version>3.1.0</version> |
379 | 379 | <configuration> |
380 | 380 | <skip>true</skip> |
381 | 381 | </configuration> |
|
406 | 406 | <!-- Install --> |
407 | 407 | <plugin> |
408 | 408 | <artifactId>maven-install-plugin</artifactId> |
409 | | - <version>3.0.1</version> |
| 409 | + <version>3.1.0</version> |
410 | 410 | </plugin> |
411 | 411 |
|
412 | 412 | <!-- Enforce --> |
413 | 413 | <plugin> |
414 | 414 | <groupId>org.apache.maven.plugins</groupId> |
415 | 415 | <artifactId>maven-enforcer-plugin</artifactId> |
416 | | - <version>3.1.0</version> |
| 416 | + <version>3.2.1</version> |
417 | 417 | <executions> |
418 | 418 | <execution> |
419 | 419 | <id>enforce-maven</id> |
|
0 commit comments