From 189fde0e778aaf32450f78e4fd2be5e3075f24cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:30:01 +0000 Subject: [PATCH] Bump com.github.triplet.play from 3.8.4 to 3.8.6 Bumps com.github.triplet.play from 3.8.4 to 3.8.6. --- updated-dependencies: - dependency-name: com.github.triplet.play 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 ab5b440d..9bbe7c01 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1" } license = { id = "com.jaredsburrows.license", version = "0.9.3" } versions = { id = "com.github.ben-manes.versions", version = "0.49.0" } dexcount = { id = "com.getkeepsafe.dexcount", version = "4.0.0" } -publish = { id = "com.github.triplet.play", version = "3.8.4" } +publish = { id = "com.github.triplet.play", version = "3.8.6" } [libraries] android-desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.3" }