From 2439b579acd3a20a267343a353d29fbe9cdac7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:30:57 +0000 Subject: [PATCH] Bump com.jakewharton.fliptables:fliptables from 1.1.0 to 1.1.1 Bumps [com.jakewharton.fliptables:fliptables](https://github.com/JakeWharton/flip-tables) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/JakeWharton/flip-tables/releases) - [Changelog](https://github.com/JakeWharton/flip-tables/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/flip-tables/compare/fliptables-1.1.0...1.1.1) --- updated-dependencies: - dependency-name: com.jakewharton.fliptables:fliptables dependency-type: direct:production update-type: version-update:semver-patch ... 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 3f750ddb2d..32c9dca86a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ fastutil = "8.5.12" felix-framework = "7.0.5" felix-scr = "2.2.6" findsecbugs = "1.12.0" -flip-tables = "1.1.0" +flip-tables = "1.1.1" forbidden-apis = "3.6" google-java-format = "1.19.2" guava = "33.0.0-jre"