Skip to content

Commit c1b44f4

Browse files
build(deps): bump autovalue from 1.8.1 to 1.11.1
Bumps `autovalue` from 1.8.1 to 1.11.1. Updates `com.google.auto.value:auto-value-annotations` from 1.8.1 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.8.1...auto-value-1.11.1) Updates `com.google.auto.value:auto-value` from 1.6.5 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.6.5...auto-value-1.11.1) --- updated-dependencies: - dependency-name: com.google.auto.value:auto-value-annotations dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.auto.value:auto-value dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 185b4ce commit c1b44f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ androidx-test-junit = "1.1.5"
1010
androidx-test-truth = "1.6.0"
1111
appcompat = "1.7.1"
1212
autoValueParcel = "0.2.6"
13-
autovalue = "1.10.1"
13+
autovalue = "1.11.1"
1414
awaitility = "3.1.0"
1515
benchmarkMacro = "1.4.1"
1616
browser = "1.3.0"

plugins/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dependencies {
5353
// resolution works, otherwise it breaks Fireperf Test Apps.
5454
// See https://github.com/gradle/gradle/issues/12286
5555
implementation("com.google.firebase:perf-plugin:$perfPluginVersion")
56-
implementation("com.google.auto.value:auto-value-annotations:1.8.1")
57-
annotationProcessor("com.google.auto.value:auto-value:1.6.5")
56+
implementation("com.google.auto.value:auto-value-annotations:1.11.1")
57+
annotationProcessor("com.google.auto.value:auto-value:1.11.1")
5858
implementation(kotlin("gradle-plugin", "1.8.22"))
5959
implementation(libs.org.json)
6060
implementation(libs.bundles.maven.resolver)

0 commit comments

Comments
 (0)