From 34fac2b39fdfe6bcd98823233881cc258ced782e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:15:29 +0000 Subject: [PATCH] deps: bump the minor-and-patch group with 5 updates Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` | | [io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` | | com.android.application | `9.3.1` | `9.3.2` | Updates `io.github.takahirom.roborazzi:roborazzi` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `io.github.takahirom.roborazzi` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) Updates `com.android.application` from 9.3.1 to 9.3.2 Updates `io.github.takahirom.roborazzi` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/takahirom/roborazzi/releases) - [Commits](https://github.com/takahirom/roborazzi/compare/1.72.0...1.73.0) --- updated-dependencies: - dependency-name: io.github.takahirom.roborazzi:roborazzi dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi:roborazzi-compose dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi:roborazzi-compose dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.github.takahirom.roborazzi dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9f49bcf..a10ebd0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.3.1" +agp = "9.3.2" kotlin = "2.4.10" coreKtx = "1.19.0" lifecycleRuntimeKtx = "2.11.0" @@ -27,7 +27,7 @@ workManager = "2.11.2" # Chosen over Google's own `com.android.compose.screenshot`, which is still # 0.0.1-alphaNN (alpha16, 2026-07-27) after two years. An alpha plugin is the # wrong dependency for a gate that is meant to make a migration SAFE. -roborazzi = "1.72.0" +roborazzi = "1.73.0" robolectric = "4.16.1" junit4 = "4.13.2"