aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 08:45:02 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 08:55:26 +0000
commit740a81c81e294f33d6e9e5082464046f091e556c (patch)
treed31dffb3c2bf07a2ba09de145cc860a34cf3f64e
parent81831fc059a6f098466063cb95b8df670929ee8d (diff)
downloadrobolectric-740a81c81e294f33d6e9e5082464046f091e556c.tar.gz
Bump roborazzi from 1.14.0 to 1.15.0
Bumps `roborazzi` from 1.14.0 to 1.15.0. Updates `io.github.takahirom.roborazzi:roborazzi` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.14.0...1.15.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.14.0...1.15.0) Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.14.0...1.15.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-junit-rule dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.takahirom.roborazzi:roborazzi-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 6025a1cc7..7ad9333f5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -89,7 +89,7 @@ mockito = "4.11.0"
mockk = "1.13.7"
# https://github.com/takahirom/roborazzi/releases
-roborazzi = "1.14.0"
+roborazzi = "1.15.0"
# https://square.github.io/okhttp/changelogs/changelog/
okhttp = "4.12.0"