Skip to content

Commit 83c7ec8

Browse files
Bump autoValueVersion from 1.11.0 to 1.11.1
Bumps `autoValueVersion` from 1.11.0 to 1.11.1. Updates `com.google.auto.value:auto-value` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) Updates `com.google.auto.value:auto-value-annotations` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) --- updated-dependencies: - dependency-name: com.google.auto.value:auto-value dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.auto.value:auto-value-annotations dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2424a9 commit 83c7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
2828
)
2929

3030
val autoServiceVersion = "1.1.1"
31-
val autoValueVersion = "1.11.0"
31+
val autoValueVersion = "1.11.1"
3232
val errorProneVersion = "2.44.0"
3333
val jmhVersion = "1.37"
3434
val mockitoVersion = "4.11.0"

0 commit comments

Comments
 (0)