Skip to content

Commit

Permalink
fix(deps): bump kotlin version (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 54aa8c8 commit 549c41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<image.name>ghcr.io/idealo/${project.artifactId}:${project.version}</image.name>

<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<java.version>17</java.version>

<asm.version>9.7</asm.version>
Expand Down

0 comments on commit 549c41f

Please sign in to comment.