From b998205e00ae63536ff51b0dcfa87564a3ad055e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:09:10 +0000 Subject: [PATCH] Bump roborazzi from 1.54.0 to 1.55.0 Bumps `roborazzi` from 1.54.0 to 1.55.0. Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.54.0...1.55.0) Updates `io.github.takahirom.roborazzi:roborazzi` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.54.0...1.55.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.54.0...1.55.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.54.0...1.55.0) --- updated-dependencies: - dependency-name: io.github.takahirom.roborazzi:roborazzi-gradle-plugin dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-compose dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1cace37231..e0b7f40114 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ coroutines = "1.10.2" espresso = "3.7.0" kotlinPoet = "2.2.0" ktor = "3.3.3" -roborazzi = "1.54.0" +roborazzi = "1.55.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }