From b37ca9b1c22f6147eb1fbe85328da1609008fa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:49:35 +0000 Subject: [PATCH] chore(deps): bump kotlinx-dataframe Bumps `kotlinx-dataframe` from 0.16.0-dev-6361 to 0.16.0-dev-6396. Updates `org.jetbrains.kotlinx:dataframe-core` from 0.16.0-dev-6361 to 0.16.0-dev-6396 - [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 0.16.0-dev-6361 to 0.16.0-dev-6396 - [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 0.16.0-dev-6361 to 0.16.0-dev-6396 - [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 0.16.0-dev-6361 to 0.16.0-dev-6396 - [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-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-csv dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-geo dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:dataframe-jdbc 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 f1535763b09..11186834d1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ kotlin-wrappers = "2025.3.19" kotlin-redacted = "1.12.1" kotlin-serviceloader = "0.0.15" kotlinx-multik = "0.2.3" -kotlinx-dataframe = "0.16.0-dev-6361" +kotlinx-dataframe = "0.16.0-dev-6396" kotlinx-kandy = "0.8.0" kotlin-statistics = "0.4.0-RC1" evas = "1.2.0"