From 967690a56d5ee1e41317c46c13200e4a394b0a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:35:03 -0700 Subject: [PATCH] Bump net.jodah:expiringmap from 0.5.10 to 0.5.11 (#1217) Bumps [net.jodah:expiringmap](https://github.com/jhalterman/expiringmap) from 0.5.10 to 0.5.11. - [Changelog](https://github.com/jhalterman/expiringmap/blob/master/CHANGES.md) - [Commits](https://github.com/jhalterman/expiringmap/compare/expiringmap-0.5.10...expiringmap-0.5.11) --- updated-dependencies: - dependency-name: net.jodah:expiringmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 49a07f4377..ec11d96f7d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ ehcache3 = "3.10.8" errorprone-core = "2.22.0" errorprone-plugin = "3.1.0" errorprone-support = "0.13.0" -expiring-map = "0.5.10" +expiring-map = "0.5.11" fast-filter = "1.0.2" fastutil = "8.5.12" felix-framework = "7.0.5"