Skip to content

Commit 0cf5bb6

Browse files
committed
Bump kotlin.version from 2.1.0 to 2.2.21
1 parent d393ef1 commit 0cf5bb6

File tree

1 file changed

+2
-2
lines changed
  • assertj-tests/assertj-integration-tests/assertj-core-kotlin

1 file changed

+2
-2
lines changed

assertj-tests/assertj-integration-tests/assertj-core-kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>AssertJ Core Integration Tests (Kotlin)</name>
1414

1515
<properties>
16-
<kotlin.version>2.1.0</kotlin.version>
16+
<kotlin.version>2.2.21</kotlin.version>
1717
</properties>
1818

1919
<dependencies>
@@ -38,7 +38,6 @@
3838

3939
<build>
4040
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
41-
4241
<plugins>
4342
<plugin>
4443
<groupId>com.mycila</groupId>
@@ -55,6 +54,7 @@
5554
</plugin>
5655
<plugin>
5756
<groupId>org.jetbrains.kotlin</groupId>
57+
<!--suppress KotlinMavenPluginPhase -->
5858
<artifactId>kotlin-maven-plugin</artifactId>
5959
<version>${kotlin.version}</version>
6060
<executions>

0 commit comments

Comments
 (0)