Skip to content

chore(deps): bump the android-test-tooling group with 8 updates#14

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/android-test-tooling-905053b235
Open

chore(deps): bump the android-test-tooling group with 8 updates#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/android-test-tooling-905053b235

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Bumps the android-test-tooling group with 8 updates:

Package From To
io.kotest:kotest-assertions-core 6.1.11 6.2.1
io.kotest:kotest-property 6.1.11 6.2.1
io.kotest:kotest-runner-junit5 6.1.11 6.2.1
io.kotest 6.1.11 6.2.1
io.github.takahirom.roborazzi:roborazzi 1.63.0 1.64.0
io.github.takahirom.roborazzi:roborazzi-compose 1.63.0 1.64.0
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.63.0 1.64.0
io.github.takahirom.roborazzi 1.63.0 1.64.0

Updates io.kotest:kotest-assertions-core from 6.1.11 to 6.2.1

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.2.1

What's Changed

Full Changelog: kotest/kotest@v6.2.0...v6.2.1

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

... (truncated)

Commits
  • 9ae8a1d Make flaky "throws FileNotFoundException for some time" eventually test deter...
  • a16146f Fix data objects being considered equal in DataClassEq (#6144) (#6145)
  • 47fe8d4 remove KotestInternal in TestFactory (#6146)
  • b39700c fix docs (#6147)
  • 8006dbd Remove usages of K1's KtUltraLightClass from kotest plugin sources (#6143)
  • 07b21d7 Add support for deprecated Kotlin targets in Android and Native conve… (#6141)
  • 96f71e0 docs: add KDoc to ArrayEq (#6140)
  • 7f2b14a Cut docs for 6.2
  • ead01c0 Override additional Kotlin version properties for IC-261 in release workflow
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-property from 6.1.11 to 6.2.1

Release notes

Sourced from io.kotest:kotest-property's releases.

v6.2.1

What's Changed

Full Changelog: kotest/kotest@v6.2.0...v6.2.1

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

... (truncated)

Commits
  • 9ae8a1d Make flaky "throws FileNotFoundException for some time" eventually test deter...
  • a16146f Fix data objects being considered equal in DataClassEq (#6144) (#6145)
  • 47fe8d4 remove KotestInternal in TestFactory (#6146)
  • b39700c fix docs (#6147)
  • 8006dbd Remove usages of K1's KtUltraLightClass from kotest plugin sources (#6143)
  • 07b21d7 Add support for deprecated Kotlin targets in Android and Native conve… (#6141)
  • 96f71e0 docs: add KDoc to ArrayEq (#6140)
  • 7f2b14a Cut docs for 6.2
  • ead01c0 Override additional Kotlin version properties for IC-261 in release workflow
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 6.1.11 to 6.2.1

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.1

What's Changed

Full Changelog: kotest/kotest@v6.2.0...v6.2.1

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

... (truncated)

Commits
  • 9ae8a1d Make flaky "throws FileNotFoundException for some time" eventually test deter...
  • a16146f Fix data objects being considered equal in DataClassEq (#6144) (#6145)
  • 47fe8d4 remove KotestInternal in TestFactory (#6146)
  • b39700c fix docs (#6147)
  • 8006dbd Remove usages of K1's KtUltraLightClass from kotest plugin sources (#6143)
  • 07b21d7 Add support for deprecated Kotlin targets in Android and Native conve… (#6141)
  • 96f71e0 docs: add KDoc to ArrayEq (#6140)
  • 7f2b14a Cut docs for 6.2
  • ead01c0 Override additional Kotlin version properties for IC-261 in release workflow
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • Additional commits viewable in compare view

Updates io.kotest from 6.1.11 to 6.2.1

Updates io.kotest:kotest-property from 6.1.11 to 6.2.1

Release notes

Sourced from io.kotest:kotest-property's releases.

v6.2.1

What's Changed

Full Changelog: kotest/kotest@v6.2.0...v6.2.1

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

... (truncated)

Commits
  • 9ae8a1d Make flaky "throws FileNotFoundException for some time" eventually test deter...
  • a16146f Fix data objects being considered equal in DataClassEq (#6144) (#6145)
  • 47fe8d4 remove KotestInternal in TestFactory (#6146)
  • b39700c fix docs (#6147)
  • 8006dbd Remove usages of K1's KtUltraLightClass from kotest plugin sources (#6143)
  • 07b21d7 Add support for deprecated Kotlin targets in Android and Native conve… (#6141)
  • 96f71e0 docs: add KDoc to ArrayEq (#6140)
  • 7f2b14a Cut docs for 6.2
  • ead01c0 Override additional Kotlin version properties for IC-261 in release workflow
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 6.1.11 to 6.2.1

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.1

What's Changed

Full Changelog: kotest/kotest@v6.2.0...v6.2.1

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

... (truncated)

Commits
  • 9ae8a1d Make flaky "throws FileNotFoundException for some time" eventually test deter...
  • a16146f Fix data objects being considered equal in DataClassEq (#6144) (#6145)
  • 47fe8d4 remove KotestInternal in TestFactory (#6146)
  • b39700c fix docs (#6147)
  • 8006dbd Remove usages of K1's KtUltraLightClass from kotest plugin sources (#6143)
  • 07b21d7 Add support for deprecated Kotlin targets in Android and Native conve… (#6141)
  • 96f71e0 docs: add KDoc to ArrayEq (#6140)
  • 7f2b14a Cut docs for 6.2
  • ead01c0 Override additional Kotlin version properties for IC-261 in release workflow
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi from 1.63.0 to 1.64.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.64.0

New feature - Filtering previews by annotation

You can now control which Compose Previews are captured with annotationFilter.

To use the built-in @RoboPreviewExclude / @RoboPreviewInclude annotations, add the roborazzi-annotations dependency:

implementation("io.github.takahirom.roborazzi:roborazzi-annotations:[version]")

By default, previews annotated with @RoboPreviewExclude are skipped and everything else is captured:

@RoboPreviewExclude
@Preview
@Composable
fun WorkInProgressPreview() { /* not captured */ }

Set annotationFilter to RoboPreviewInclude to instead capture only previews annotated with @RoboPreviewInclude:

roborazzi {
  @OptIn(ExperimentalRoborazziApi::class)
  generateComposePreviewRobolectricTests {
    enable = true
    packages = listOf("com.example")
    annotationFilter = AnnotationFilter.Filter.RoboPreviewInclude
  }
}

You can also filter by your own annotations by passing their fully qualified class names:

// Set either one, not both
annotationFilter = AnnotationFilter.Exclude("com.example.MyExcludeAnnotation")
annotationFilter = AnnotationFilter.Include("com.example.MyIncludeAnnotation")

Thanks, @​sergio-sastre for your contribution. Thank you, @​alecarnevale, @​as6o for reporting this issue.

Bugfix - filter test image input to known extensions

What: Restrict the test task's tracked image input (roborazziImageInput) to known image extensions (png, gif, jpg, jpeg, webp), so unrelated files (e.g. .DS_Store) written by an OS indexer/IDE mid-snapshot can't trip Gradle 9's stricter input validation. Why: Gradle 9 hardened input-snapshot validation so that a file disappearing from a tracked directory between the listing and the content-hashing phases now hard-fails with Cannot access input property '$N' of task ... java.nio.file.NoSuchFileException. Thanks, @​boiler23 for letting me know this issue.

Bugfix - Fix z-order of same-type windows in captureScreenRoboImage

... (truncated)

Commits
  • 6cb9dbd Merge pull request #843 from takahirom/tm/fix-stacked-dialog-z-order
  • 916ccfd Update VERSION_NAME to 1.64.0
  • 52c7aa2 Fix z-order of same-type windows in captureScreenRoboImage
  • cc90b60 Merge pull request #818 from sergio-sastre/feature/issue_#785
  • fa2ee01 Merge branch 'main' into feature/issue_#785
  • 097e6e7 Merge pull request #841 from takahirom/tm/fix-dependency-diff-head-ref
  • f7ea3d2 Pin dependency-diff action to fork with base64 newline fix
  • 5977f12 Merge branch 'main' into feature/issue_#785
  • 9463a24 Document annotationFilter for preview test generation
  • 6ef531f Clarify AnnotationFilter KDoc and remove stray asterisk
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-compose from 1.63.0 to 1.64.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-compose's releases.

1.64.0

New feature - Filtering previews by annotation

You can now control which Compose Previews are captured with annotationFilter.

To use the built-in @RoboPreviewExclude / @RoboPreviewInclude annotations, add the roborazzi-annotations dependency:

implementation("io.github.takahirom.roborazzi:roborazzi-annotations:[version]")

By default, previews annotated with @RoboPreviewExclude are skipped and everything else is captured:

@RoboPreviewExclude
@Preview
@Composable
fun WorkInProgressPreview() { /* not captured */ }

Set annotationFilter to RoboPreviewInclude to instead capture only previews annotated with @RoboPreviewInclude:

roborazzi {
  @OptIn(ExperimentalRoborazziApi::class)
  generateComposePreviewRobolectricTests {
    enable = true
    packages = listOf("com.example")
    annotationFilter = AnnotationFilter.Filter.RoboPreviewInclude
  }
}

You can also filter by your own annotations by passing their fully qualified class names:

// Set either one, not both
annotationFilter = AnnotationFilter.Exclude("com.example.MyExcludeAnnotation")
annotationFilter = AnnotationFilter.Include("com.example.MyIncludeAnnotation")

Thanks, @​sergio-sastre for your contribution. Thank you, @​alecarnevale, @​as6o for reporting this issue.

Bugfix - filter test image input to known extensions

What: Restrict the test task's tracked image input (roborazziImageInput) to known image extensions (png, gif, jpg, jpeg, webp), so unrelated files (e.g. .DS_Store) written by an OS indexer/IDE mid-snapshot can't trip Gradle 9's stricter input validation. Why: Gradle 9 hardened input-snapshot validation so that a file disappearing from a tracked directory between the listing and the content-hashing phases now hard-fails with Cannot access input property '$N' of task ... java.nio.file.NoSuchFileException. Thanks, @​boiler23 for letting me know this issue.

Bugfix - Fix z-order of same-type windows in captureScreenRoboImage

... (truncated)

Commits
  • 6cb9dbd Merge pull request #843 from takahirom/tm/fix-stacked-dialog-z-order
  • 916ccfd Update VERSION_NAME to 1.64.0
  • 52c7aa2 Fix z-order of same-type windows in captureScreenRoboImage
  • cc90b60 Merge pull request #818 from sergio-sastre/feature/issue_#785
  • fa2ee01 Merge branch 'main' into feature/issue_#785
  • 097e6e7 Merge pull request #841 from takahirom/tm/fix-dependency-diff-head-ref
  • f7ea3d2 Pin dependency-diff action to fork with base64 newline fix
  • 5977f12 Merge branch 'main' into feature/issue_#785
  • 9463a24 Document annotationFilter for preview test generation
  • 6ef531f Clarify AnnotationFilter KDoc and remove stray asterisk
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-junit-rule from 1.63.0 to 1.64.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-junit-rule's releases.

1.64.0

New feature - Filtering previews by annotation

You can now control which Compose Previews are captured with annotationFilter.

To use the built-in @RoboPreviewExclude / @RoboPreviewInclude annotations, add the roborazzi-annotations dependency:

implementation("io.github.takahirom.roborazzi:roborazzi-annotations:[version]")

By default, previews annotated with @RoboPreviewExclude are skipped and everything else is captured:

@RoboPreviewExclude
@Preview
@Composable
fun WorkInProgressPreview() { /* not captured */ }

Set annotationFilter to RoboPreviewInclude to instead capture only previews annotated with @RoboPreviewInclude:

roborazzi {
  @OptIn(ExperimentalRoborazziApi::class)
  generateComposePreviewRobolectricTests {
    enable = true
    packages = listOf("com.example")
    annotationFilter = AnnotationFilter.Filter.RoboPreviewInclude
  }
}

You can also filter by your own annotations by passing their fully qualified class names:

// Set either one, not both
annotationFilter = AnnotationFilter.Exclude("com.example.MyExcludeAnnotation")
annotationFilter = AnnotationFilter.Include("com.example.MyIncludeAnnotation")

Thanks, @​sergio-sastre for your contribution. Thank you, @​alecarnevale, @​as6o for reporting this issue.

Bugfix - filter test image input to known extensions

What: Restrict the test task's tracked image input (roborazziImageInput) to known image extensions (png, gif, jpg, jpeg, webp), so unrelated files (e.g. .DS_Store) written by an OS indexer/IDE mid-snapshot can't trip Gradle 9's stricter input validation. Why: Gradle 9 hardened input-snapshot validation so that a file disappearing from a tracked directory between the listing and the content-hashing phases now hard-fails with Cannot access input property '$N' of task ... java.nio.file.NoSuchFileException. Thanks, @​boiler23 for letting me know this issue.

Bugfix - Fix z-order of same-type windows in captureScreenRoboImage

... (truncated)

Commits
  • 6cb9dbd Merge pull request #843 from takahirom/tm/fix-stacked-dialog-z-order
  • 916ccfd Update VERSION_NAME to 1.64.0
  • 52c7aa2 Fix z-order of same-type windows in captureScreenRoboImage
  • cc90b60 Merge pull request #818 from sergio-sastre/feature/issue_

Bumps the android-test-tooling group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.1.11` | `6.2.1` |
| [io.kotest:kotest-property](https://github.com/kotest/kotest) | `6.1.11` | `6.2.1` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.1.11` | `6.2.1` |
| io.kotest | `6.1.11` | `6.2.1` |
| [io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi) | `1.63.0` | `1.64.0` |
| [io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi) | `1.63.0` | `1.64.0` |
| [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi) | `1.63.0` | `1.64.0` |
| [io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi) | `1.63.0` | `1.64.0` |


Updates `io.kotest:kotest-assertions-core` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.1)

Updates `io.kotest:kotest-property` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.1)

Updates `io.kotest:kotest-runner-junit5` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.1)

Updates `io.kotest` from 6.1.11 to 6.2.1

Updates `io.kotest:kotest-property` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.1)

Updates `io.kotest:kotest-runner-junit5` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.1)

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.github.takahirom.roborazzi` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

Updates `io.kotest` from 6.1.11 to 6.2.1

Updates `io.github.takahirom.roborazzi` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.63.0...1.64.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest:kotest-property
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest:kotest-property
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi:roborazzi-compose
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi:roborazzi-compose
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.kotest
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-test-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants