Skip to content

Commit 2079e33

Browse files
dependabot[bot]jjjasper
authored andcommitted
Bump kotlin.version from 2.0.21 to 2.1.20
Bumps `kotlin.version` from 2.0.21 to 2.1.20. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41b1291 commit 2079e33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boat-quay/boat-quay-lint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/../${aggregate.report.dir}
1919
</sonar.coverage.jacoco.xmlReportPaths>
20-
<kotlin.version>2.0.21</kotlin.version>
20+
<kotlin.version>2.1.20</kotlin.version>
2121
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
2222
</properties>
2323

boat-quay/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/../${aggregate.report.dir}
2121
</sonar.coverage.jacoco.xmlReportPaths>
22-
<kotlin.version>2.0.21</kotlin.version>
22+
<kotlin.version>2.1.20</kotlin.version>
2323
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
2424
<auto-service.version>1.1.1</auto-service.version>
2525
</properties>

0 commit comments

Comments
 (0)