Skip to content

Commit 4c19044

Browse files
chore(deps): bump kotlin.version from 2.2.20 to 2.2.21
Bumps `kotlin.version` from 2.2.20 to 2.2.21. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-scripting-jsr223` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.20 to 2.2.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223 dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.21 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03d0e6c commit 4c19044

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.2.20</kotlin.version>
26+
<kotlin.version>2.2.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
@@ -25,7 +25,7 @@
2525
<exec-plugin.version>3.6.2</exec-plugin.version>
2626
<antrun-plugin.version>3.1.0</antrun-plugin.version>
2727
<fj-service-helper-bom-version>1.5.0</fj-service-helper-bom-version>
28-
<kotlin.version>2.2.20</kotlin.version>
28+
<kotlin.version>2.2.21</kotlin.version>
2929
</properties>
3030
<dependencyManagement>
3131
<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.4</jajarta-jaxb-version>
3535
<jajarta-jaxb-impl-version>4.0.6</jajarta-jaxb-impl-version>
3636
<poi5-version>${poi-version}</poi5-version>
37-
<kotlin.version>2.2.20</kotlin.version>
37+
<kotlin.version>2.2.21</kotlin.version>
3838
<quarkus-version>3.28.5</quarkus-version>
3939
<!-- for backward compatibility test -->
4040
<maven.executable>mvn</maven.executable>

0 commit comments

Comments
 (0)