From de32226b1b76ffdb88fefdefef6609a144b5f84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:14:34 +0000 Subject: [PATCH] chore(deps): bump roborazzi from 1.26.0 to 1.27.0 in /zeapp Bumps `roborazzi` from 1.26.0 to 1.27.0. Updates `io.github.takahirom.roborazzi:roborazzi` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose-desktop` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) Updates `io.github.takahirom.roborazzi` from 1.26.0 to 1.27.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) --- updated-dependencies: - dependency-name: io.github.takahirom.roborazzi:roborazzi dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-compose-desktop dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- zeapp/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeapp/gradle/libs.versions.toml b/zeapp/gradle/libs.versions.toml index 6fcc7408..dd5e0a59 100644 --- a/zeapp/gradle/libs.versions.toml +++ b/zeapp/gradle/libs.versions.toml @@ -39,7 +39,7 @@ kotlinxCoroutinesTest = "1.9.0" aboutlibraries = "11.2.3" hilt-navigation-compose = "1.2.0" jetbrains-compose = "1.6.11" -roborazzi = "1.26.0" +roborazzi = "1.27.0" robolectric = "4.13" [plugins]