From 9fa04b44e819478ded7b3faabcbdcca855ff6425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:24:16 +0000 Subject: [PATCH] chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 Bumps `kotlinx-dataframe` from 1.0.0-Beta3 to 1.0.0-dev-8572. Updates `org.jetbrains.kotlinx:dataframe-core` from 1.0.0-Beta3 to 1.0.0-dev-8572 - [Release notes](https://github.com/Kotlin/dataframe/releases) - [Changelog](https://github.com/Kotlin/dataframe/blob/master/RELEASE_CHECK_LIST.md) - [Commits](https://github.com/Kotlin/dataframe/commits) Updates `org.jetbrains.kotlinx:dataframe-csv` from 1.0.0-Beta3 to 1.0.0-dev-8572 - [Release notes](https://github.com/Kotlin/dataframe/releases) - [Changelog](https://github.com/Kotlin/dataframe/blob/master/RELEASE_CHECK_LIST.md) - [Commits](https://github.com/Kotlin/dataframe/commits) Updates `org.jetbrains.kotlinx:dataframe-geo` from 1.0.0-Beta3 to 1.0.0-dev-8572 - [Release notes](https://github.com/Kotlin/dataframe/releases) - [Changelog](https://github.com/Kotlin/dataframe/blob/master/RELEASE_CHECK_LIST.md) - [Commits](https://github.com/Kotlin/dataframe/commits) Updates `org.jetbrains.kotlinx:dataframe-jdbc` from 1.0.0-Beta3 to 1.0.0-dev-8572 - [Release notes](https://github.com/Kotlin/dataframe/releases) - [Changelog](https://github.com/Kotlin/dataframe/blob/master/RELEASE_CHECK_LIST.md) - [Commits](https://github.com/Kotlin/dataframe/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:dataframe-core dependency-version: 1.0.0-dev-8572 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-csv dependency-version: 1.0.0-dev-8572 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-geo dependency-version: 1.0.0-dev-8572 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-jdbc dependency-version: 1.0.0-dev-8572 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a0aa8a7..03e61ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ kotlin-wrappers = "2025.10.1" kotlin-redacted = "1.15.0" kotlin-serviceloader = "0.0.21" kotlinx-multik = "0.2.3" -kotlinx-dataframe = "1.0.0-Beta3" +kotlinx-dataframe = "1.0.0-dev-8572" kotlinx-kandy = "0.9.0-dev-86" kotlin-statistics = "0.4.0-RC1" gradle-kotlin-dsl = "6.4.0"