Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit eab964c

Browse files
author
gserrano
committed
[service-mvc-kotlin] Updated libraries & pom
1 parent cf20860 commit eab964c

File tree

1 file changed

+1
-11
lines changed
  • service-mvc-kotlin/src/main/resources/archetype-resources

1 file changed

+1
-11
lines changed

service-mvc-kotlin/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<ot.mainclass>${package}.MainKt</ot.mainclass>
37-
<dep.kotlin.version>1.4.10</dep.kotlin.version>
37+
<dep.kotlin.version>1.5.31</dep.kotlin.version>
3838
<kotlin.code.style>official</kotlin.code.style>
3939
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
4040
<dep.jetbrains.annotations.version>13.0</dep.jetbrains.annotations.version>
@@ -179,16 +179,6 @@
179179
<artifactId>kotlin-test-junit5</artifactId>
180180
<version>${dep.kotlin.version}</version>
181181
</dependency>
182-
<dependency>
183-
<groupId>org.junit.platform</groupId>
184-
<artifactId>junit-platform-engine</artifactId>
185-
<version>${dep.junit-platform.version}</version>
186-
</dependency>
187-
<dependency>
188-
<groupId>org.junit.platform</groupId>
189-
<artifactId>junit-platform-commons</artifactId>
190-
<version>${dep.junit-platform.version}</version>
191-
</dependency>
192182
</dependencies>
193183
</dependencyManagement>
194184

0 commit comments

Comments
 (0)