From 7826dfa3d11069c4e715180c2e0ba73ffd6ef60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:50:57 +0000 Subject: [PATCH] chore(deps): bump com.github.ben-manes.caffeine:caffeine Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.2 to 3.1.8. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.2...v3.1.8) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rest-v2/build.gradle.kts | 2 +- ton-indexer/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-v2/build.gradle.kts b/rest-v2/build.gradle.kts index 6bb9c29..52c1000 100644 --- a/rest-v2/build.gradle.kts +++ b/rest-v2/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.ton:ton-kotlin-contract:$ton_kotlin_version") implementation("ch.qos.logback:logback-classic:1.4.5") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.2") + implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0") implementation("org.jetbrains.kotlinx:atomicfu:0.19.0") } diff --git a/ton-indexer/build.gradle.kts b/ton-indexer/build.gradle.kts index 84dae27..24ea928 100644 --- a/ton-indexer/build.gradle.kts +++ b/ton-indexer/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("tech.ydb.auth:yc-auth-provider:$ydb_version") implementation("ch.qos.logback:logback-classic:1.4.5") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.2") + implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0") implementation("org.jetbrains.kotlinx:atomicfu:0.19.0") }