Skip to content

Commit 2654e7f

Browse files
dependabot[bot]oldratlee
authored andcommitted
chore(deps): bump kotlin.version from 2.2.21 to 2.3.0 (#382)
Co-authored-by: Jerry Lee <oldratlee@gmail.com
1 parent aa4faf1 commit 2654e7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
6060
<argLine/>
6161

62-
<kotlin.version>2.2.21</kotlin.version>
62+
<kotlin.version>2.3.0</kotlin.version>
6363
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
6464

6565
<!-- testing dependencies versions -->
@@ -358,7 +358,6 @@
358358
<configuration>
359359
<args>
360360
<arg>-Werror</arg>
361-
<arg>-Xjvm-default=all</arg>
362361
<arg>-Xjsr305=warn</arg>
363362
</args>
364363
</configuration>

0 commit comments

Comments
 (0)