From 561b6c74af7facf724259ab93e55d740d50d369a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:09:03 +0000 Subject: [PATCH] chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7570 Bumps `kotlinx-dataframe` from 1.0.0-Beta2 to 1.0.0-dev-7570. Updates `org.jetbrains.kotlinx:dataframe-core` from 1.0.0-Beta2 to 1.0.0-dev-7570 - [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-Beta2 to 1.0.0-dev-7570 - [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-Beta2 to 1.0.0-dev-7570 - [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-Beta2 to 1.0.0-dev-7570 - [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-7570 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-csv dependency-version: 1.0.0-dev-7570 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-geo dependency-version: 1.0.0-dev-7570 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-jdbc dependency-version: 1.0.0-dev-7570 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 ed03b6badc2..2260d72838a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ kotlin-wrappers = "2025.6.15" kotlin-redacted = "1.14.1" kotlin-serviceloader = "0.0.17" kotlinx-multik = "0.2.3" -kotlinx-dataframe = "1.0.0-Beta2" +kotlinx-dataframe = "1.0.0-dev-7570" kotlinx-kandy = "0.8.1-local-1-dev-64" kotlin-statistics = "0.4.0-RC1" gradle-kotlin-dsl = "6.1.2"