Update autoValueVersion to v1.10.4 (#5808)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-11 10:21:02 -05:00 committed by GitHub
parent b9b1e817ef
commit e242c1bbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ val DEPENDENCY_BOMS = listOf(
"org.snakeyaml:snakeyaml-engine:2.7"
)
val autoValueVersion = "1.10.3"
val autoValueVersion = "1.10.4"
val errorProneVersion = "2.21.1"
val jmhVersion = "1.37"
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0