From 94e2d0cafef7a133c41465eb4a9ad018f4436ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:24:50 +0000 Subject: [PATCH] Bump eu.anifantakis:ksafe from 3.0.0 to 3.1.0 Bumps [eu.anifantakis:ksafe](https://github.com/ioannisa/ksafe) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/ioannisa/ksafe/releases) - [Changelog](https://github.com/ioannisa/KSafe/blob/main/CHANGELOG.md) - [Commits](https://github.com/ioannisa/ksafe/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: eu.anifantakis:ksafe dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c2b82194..8413a4b7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ ktor = "3.5.2" kotlinxDatetime = "0.8.0" jsJodaTimezone = "2.18.2" kotlinxSerialization = "1.11.0" -ksafe = "3.0.0" +ksafe = "3.1.0" logback = "1.6.3" material3 = "1.12.0-alpha03" # must match composeMultiplatform, see https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md materialKolor = "5.0.0"