From 558ca986d4c0c0fb6dae9defba3c2ff94006d09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:03:26 +0000 Subject: [PATCH] chore(deps): bump kotlinx-dataframe Bumps `kotlinx-dataframe` from 0.16.0-dev-6307 to 0.16.0-dev-6361. Updates `org.jetbrains.kotlinx:dataframe-core` from 0.16.0-dev-6307 to 0.16.0-dev-6361 - [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-6307 to 0.16.0-dev-6361 - [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-6307 to 0.16.0-dev-6361 - [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-6307 to 0.16.0-dev-6361 - [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 bdb6eea9161..83671a3516e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ kotlin-wrappers = "2025.3.15" kotlin-redacted = "1.12.1" kotlin-serviceloader = "0.0.15" kotlinx-multik = "0.2.3" -kotlinx-dataframe = "0.16.0-dev-6307" +kotlinx-dataframe = "0.16.0-dev-6361" kotlinx-kandy = "0.8.0" kotlin-statistics = "0.4.0-RC1" evas = "1.2.0"