Skip to content

Commit 0864a65

Browse files
Update kotlin monorepo to v2.2.21
1 parent 447b9bc commit 0864a65

File tree

1 file changed

+2
-2
lines changed
  • calculator-kotlin-junit-jupiter

1 file changed

+2
-2
lines changed

calculator-kotlin-junit-jupiter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.jetbrains.kotlin</groupId>
3838
<artifactId>kotlin-bom</artifactId>
39-
<version>2.1.21</version>
39+
<version>2.2.21</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.jetbrains.kotlin</groupId>
8484
<artifactId>kotlin-maven-plugin</artifactId>
85-
<version>2.1.21</version>
85+
<version>2.2.21</version>
8686
<executions>
8787
<execution>
8888
<id>compile</id>

0 commit comments

Comments
 (0)