|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.testing</groupId> |
6 | 6 | <artifactId>jgiven-kotlin</artifactId> |
7 | | - <version>1.2.2.1</version> |
| 7 | + <version>1.2.3.0</version> |
8 | 8 |
|
9 | 9 | <name>${project.artifactId}</name> |
10 | 10 | <description>jgiven kotlin extension</description> |
11 | 11 | <url>https://github.com/toolisticon/jgiven-kotlin/</url> |
12 | 12 |
|
13 | 13 | <properties> |
14 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
16 | 14 | <java.version>11</java.version> |
17 | 15 | <maven.compiler.source>${java.version}</maven.compiler.source> |
18 | 16 | <maven.compiler.target>${java.version}</maven.compiler.target> |
19 | | - <kotlin.version>1.7.10</kotlin.version> |
| 17 | + <kotlin.version>1.7.20</kotlin.version> |
20 | 18 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
21 | 19 |
|
22 | | - <jgiven.version>1.2.2</jgiven.version> |
23 | | - <spring-boot.version>2.3.7.RELEASE</spring-boot.version> |
| 20 | + <jgiven.version>1.2.3</jgiven.version> |
| 21 | + <spring-boot.version>2.7.4</spring-boot.version> |
24 | 22 |
|
25 | 23 | <!-- TEST --> |
26 | 24 | <assertj.version>3.23.1</assertj.version> |
| 25 | + |
| 26 | + <!-- MAVEN --> |
| 27 | + <project.encoding>UTF-8</project.encoding> |
| 28 | + <project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding> |
| 29 | + <project.reporting.outputEncoding>${project.encoding}</project.reporting.outputEncoding> |
27 | 30 | </properties> |
28 | 31 |
|
29 | 32 | <dependencyManagement> |
|
75 | 78 | <dependency> |
76 | 79 | <groupId>org.slf4j</groupId> |
77 | 80 | <artifactId>slf4j-simple</artifactId> |
78 | | - <version>1.7.36</version> |
| 81 | + <version>2.0.3</version> |
79 | 82 | <scope>test</scope> |
80 | 83 | </dependency> |
81 | 84 |
|
82 | 85 | </dependencies> |
83 | 86 |
|
84 | | - <repositories> |
85 | | - <repository> |
86 | | - <releases> |
87 | | - <enabled>true</enabled> |
88 | | - </releases> |
89 | | - <snapshots> |
90 | | - <enabled>false</enabled> |
91 | | - </snapshots> |
92 | | - <id>bintray.kotlin.eap</id> |
93 | | - <name>Bintray Kotlin EAP Repository</name> |
94 | | - <url>https://dl.bintray.com/kotlin/kotlin-eap</url> |
95 | | - </repository> |
96 | | - </repositories> |
97 | | - |
98 | 87 | <build> |
99 | 88 | <defaultGoal>clean jacoco:prepare-agent package</defaultGoal> |
100 | 89 |
|
|
237 | 226 | <!-- resources --> |
238 | 227 | <groupId>org.apache.maven.plugins</groupId> |
239 | 228 | <artifactId>maven-resources-plugin</artifactId> |
240 | | - <version>3.2.0</version> |
| 229 | + <version>3.3.0</version> |
241 | 230 | <configuration> |
242 | 231 | <encoding>${project.build.sourceEncoding}</encoding> |
243 | 232 | </configuration> |
|
271 | 260 | <plugin> |
272 | 261 | <groupId>org.jetbrains.dokka</groupId> |
273 | 262 | <artifactId>dokka-maven-plugin</artifactId> |
274 | | - <version>1.7.10</version> |
| 263 | + <version>1.7.20</version> |
275 | 264 | <executions> |
276 | 265 | <execution> |
277 | 266 | <id>attach-javadocs</id> |
|
341 | 330 | <plugin> |
342 | 331 | <groupId>com.amashchenko.maven.plugin</groupId> |
343 | 332 | <artifactId>gitflow-maven-plugin</artifactId> |
344 | | - <version>1.18.0</version> |
| 333 | + <version>1.19.0</version> |
345 | 334 | <configuration> |
346 | 335 | <gitFlowConfig> |
347 | 336 | <productionBranch>master</productionBranch> |
|
417 | 406 | <!-- Install --> |
418 | 407 | <plugin> |
419 | 408 | <artifactId>maven-install-plugin</artifactId> |
420 | | - <version>3.0.0</version> |
| 409 | + <version>3.0.1</version> |
421 | 410 | </plugin> |
422 | 411 |
|
423 | 412 | <!-- Enforce --> |
|
0 commit comments