Skip to content

Commit 0934afa

Browse files
Bump kotlin.version from 2.1.20 to 2.1.21
Bumps `kotlin.version` from 2.1.20 to 2.1.21. Updates `org.jetbrains.kotlin:kotlin-scripting-jsr223` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-script-runtime` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-scripting-common` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-scripting-jvm` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-scripting-jvm-host` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-compiler-embeddable` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223 dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-script-runtime dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-scripting-common dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jvm dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jvm-host dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c24722e commit 0934afa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fj-doc-base-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<fj-script-helper-version>2.0.3</fj-script-helper-version>
26-
<kotlin.version>2.1.20</kotlin.version>
26+
<kotlin.version>2.1.21</kotlin.version>
2727
</properties>
2828

2929
<build>

fj-doc-playground-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<exec-plugin.version>3.5.0</exec-plugin.version>
2525
<antrun-plugin.version>3.1.0</antrun-plugin.version>
2626
<fj-service-helper-bom-version>1.4.5</fj-service-helper-bom-version>
27-
<kotlin.version>2.1.20</kotlin.version>
27+
<kotlin.version>2.1.21</kotlin.version>
2828
</properties>
2929
<dependencyManagement>
3030
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<jajarta-jaxb-version>4.0.2</jajarta-jaxb-version>
3535
<jajarta-jaxb-impl-version>4.0.5</jajarta-jaxb-impl-version>
3636
<poi5-version>${poi-version}</poi5-version>
37-
<kotlin.version>2.1.20</kotlin.version>
37+
<kotlin.version>2.1.21</kotlin.version>
3838
<quarkus-version>3.22.3</quarkus-version>
3939
</properties>
4040

0 commit comments

Comments
 (0)