We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kotlin.version
1 parent d393ef1 commit 0cf5bb6Copy full SHA for 0cf5bb6
assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml
@@ -13,7 +13,7 @@
13
<name>AssertJ Core Integration Tests (Kotlin)</name>
14
15
<properties>
16
- <kotlin.version>2.1.0</kotlin.version>
+ <kotlin.version>2.2.21</kotlin.version>
17
</properties>
18
19
<dependencies>
@@ -38,7 +38,6 @@
38
39
<build>
40
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
41
-
42
<plugins>
43
<plugin>
44
<groupId>com.mycila</groupId>
@@ -55,6 +54,7 @@
55
54
</plugin>
56
57
<groupId>org.jetbrains.kotlin</groupId>
+ <!--suppress KotlinMavenPluginPhase -->
58
<artifactId>kotlin-maven-plugin</artifactId>
59
<version>${kotlin.version}</version>
60
<executions>
0 commit comments