Skip to content

Commit

Permalink
Bump autoValueVersion from 1.10.3 to 1.10.4 (#1434)
Browse files Browse the repository at this point in the history
Bumps `autoValueVersion` from 1.10.3 to 1.10.4.

Updates `com.google.auto.value:auto-value` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.10.3...auto-value-1.10.4)

Updates `com.google.auto.value:auto-value-annotations` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.10.3...auto-value-1.10.4)

---
updated-dependencies:
- dependency-name: com.google.auto.value:auto-value
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.auto.value:auto-value-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d4e6fbe commit 6505d22
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 = "1.30.0-SNAPSHOT"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.29.0-alpha"

val autoValueVersion = "1.10.3";
val autoValueVersion = "1.10.4";
val dockerJavaVersion = "3.3.3"
val micrometerOldVersion = "1.3.20"
val micrometerVersion = "1.11.3"
Expand Down

0 comments on commit 6505d22

Please sign in to comment.