From 9133623baf5c70a4c8758fb4da1c34bf8a8badbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:54:08 +0000 Subject: [PATCH] chore(deps): bump roborazzi from 1.27.0 to 1.28.0 in /zeapp Bumps `roborazzi` from 1.27.0 to 1.28.0. Updates `io.github.takahirom.roborazzi:roborazzi` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.27.0...1.28.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.27.0...1.28.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose-desktop` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.27.0...1.28.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.27.0...1.28.0) Updates `io.github.takahirom.roborazzi` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.27.0...1.28.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 25d1707e..26078354 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.27.0" +roborazzi = "1.28.0" robolectric = "4.13" [plugins]