Skip to content

Commit

Permalink
Bump kotlin.version from 1.9.24 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.9.24 to 2.0.0.

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.24 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinvisser committed May 27, 2024
1 parent 830fb73 commit 7a4dccd
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 @@ -23,7 +23,7 @@
</developers>

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 7a4dccd

Please sign in to comment.