Skip to content

Commit

Permalink
fix(deps): update autovalueversion to v1.11.0 (#1869)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent fdfd1cb commit 2165959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val otelInstrumentationVersion = "2.4.0"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.35.0-alpha"

val autoValueVersion = "1.10.4"
val autoValueVersion = "1.11.0"
val dockerJavaVersion = "3.3.6"
val mockitoVersion = "5.12.0"
val protobufVersion = "3.25.3"
Expand Down

0 comments on commit 2165959

Please sign in to comment.