Skip to content

Commit

Permalink
Bump com.squareup.wire:wire-compiler from 4.5.6 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.wire:wire-compiler](https://github.com/square/wire) from 4.5.6 to 4.6.0.
- [Release notes](https://github.com/square/wire/releases)
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.5.6...4.6.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent 034d65b commit 9b24650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
// Needed for japicmp but not automatically brought in for some reason.
implementation("com.google.guava:guava:31.1-jre")
implementation("com.squareup:javapoet:1.13.0")
implementation("com.squareup.wire:wire-compiler:4.5.6")
implementation("com.squareup.wire:wire-compiler:4.6.0")
implementation("com.squareup.wire:wire-gradle-plugin:4.5.6")
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
Expand Down

0 comments on commit 9b24650

Please sign in to comment.