From 7c7b63e32ff06e4cda0dadb2dea12655c9250733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:52:44 +0300 Subject: [PATCH] Bump chucker from 4.0.0 to 4.1.0 (#399) Bumps `chucker` from 4.0.0 to 4.1.0. Updates `com.github.chuckerteam.chucker:library` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/ChuckerTeam/chucker/releases) - [Changelog](https://github.com/ChuckerTeam/chucker/blob/main/CHANGELOG.md) - [Commits](https://github.com/ChuckerTeam/chucker/compare/4.0.0...4.1.0) Updates `com.github.chuckerteam.chucker:library-no-op` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/ChuckerTeam/chucker/releases) - [Changelog](https://github.com/ChuckerTeam/chucker/blob/main/CHANGELOG.md) - [Commits](https://github.com/ChuckerTeam/chucker/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: com.github.chuckerteam.chucker:library dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.chuckerteam.chucker:library-no-op dependency-type: direct:production update-type: version-update:semver-minor ... 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 30ba6e4a9..cb0e1ebf4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ spotless = "6.25.0" coil = "2.7.0" coil3 = "3.0.4" okhttp = "4.12.0" -chucker = "4.0.0" +chucker = "4.1.0" timber = "5.0.1" javapoet = "1.13.0" junit = "4.13.2"