From 70a83f1a7fe95b7968ffc32fe3473305c028d8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:05:05 +0000 Subject: [PATCH] Bump io.github.reactivecircus.cache4k:cache4k from 0.9.0 to 0.11.0 Bumps [io.github.reactivecircus.cache4k:cache4k](https://github.com/reactivecircus/cache4k) from 0.9.0 to 0.11.0. - [Release notes](https://github.com/reactivecircus/cache4k/releases) - [Changelog](https://github.com/ReactiveCircus/cache4k/blob/main/CHANGELOG.md) - [Commits](https://github.com/reactivecircus/cache4k/compare/0.9.0...0.11.0) --- updated-dependencies: - dependency-name: io.github.reactivecircus.cache4k:cache4k dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ton-kotlin-adnl/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ton-kotlin-adnl/build.gradle.kts b/ton-kotlin-adnl/build.gradle.kts index ab2d9cc9..cbbe0286 100644 --- a/ton-kotlin-adnl/build.gradle.kts +++ b/ton-kotlin-adnl/build.gradle.kts @@ -9,7 +9,7 @@ kotlin { implementation(libs.datetime) implementation(libs.coroutines.core) implementation(libs.ktor.utils) - api("io.github.reactivecircus.cache4k:cache4k:0.9.0") + api("io.github.reactivecircus.cache4k:cache4k:0.11.0") } } val commonTest by getting {