Skip to content

Commit cf1c6df

Browse files
Bump kotlin.version from 2.2.0 to 2.2.10
Bumps `kotlin.version` from 2.2.0 to 2.2.10. Updates `org.jetbrains.kotlin:kotlin-scripting-jsr223` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223 dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5e0a06 commit cf1c6df

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.0</kotlin.version>
26+
<kotlin.version>2.2.10</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.5.1</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.0</kotlin.version>
28+
<kotlin.version>2.2.10</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.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.2.0</kotlin.version>
37+
<kotlin.version>2.2.10</kotlin.version>
3838
<quarkus-version>3.25.3</quarkus-version>
3939
</properties>
4040

0 commit comments

Comments
 (0)