From 23ce76a4a60d4d46c0eefbc089f26ab3a4753207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 06:28:25 -0600 Subject: [PATCH] Bump com.dropbox.differ:differ from 0.0.2 to 0.3.0 (#72) Bumps [com.dropbox.differ:differ](https://github.com/dropbox/differ) from 0.0.2 to 0.3.0. - [Changelog](https://github.com/dropbox/differ/blob/main/CHANGELOG.md) - [Commits](https://github.com/dropbox/differ/commits/0.3.0) --- updated-dependencies: - dependency-name: com.dropbox.differ:differ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e06bac9..6053f88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ androidx-test-ext-junit = { module = "androidx.test.ext:junit-ktx", version = "1 androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" } androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" } androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.3.0" } -differ = "com.dropbox.differ:differ:0.0.2" +differ = "com.dropbox.differ:differ:0.3.0" junit = "junit:junit:4.13.2" truth = "com.google.truth:truth:1.4.2" kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }