Skip to content

Commit 8bf8d5c

Browse files
Bump kotlin.version from 2.2.10 to 2.2.20
Bumps `kotlin.version` from 2.2.10 to 2.2.20. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.10 to 2.2.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 428efb2 commit 8bf8d5c

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.2.10</kotlin.version>
20+
<kotlin.version>2.2.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.2.10</kotlin.version>
22+
<kotlin.version>2.2.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)