From ed5b636002096cc5f2dd21ca476be19e8423c115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:33:59 +0000 Subject: [PATCH] chore(deps): bump io.github.reactivecircus.cache4k:cache4k Bumps [io.github.reactivecircus.cache4k:cache4k](https://github.com/reactivecircus/cache4k) from 0.11.0 to 0.13.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.11.0...0.13.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] <support@github.com> --- 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 d72ee28..ac0158c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ ajalt-mordant = "3.0.0" ajalt-clikt = "5.0.1" ajalt-colormath = "3.6.0" classgraph = "4.8.177" -cache4k = "0.11.0" +cache4k = "0.13.0" intellij-coverage = "1.0.754" intellij-markdown = "0.7.3" jgit = "6.5.0.202303070854-r"