Skip to content

Commit

Permalink
Update dependency com.squareup.wire:wire-gradle-plugin to v4.8.1 (#536)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.squareup.wire:wire-gradle-plugin](https://togithub.com/square/wire)
| dependencies | patch | `4.8.0` -> `4.8.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>square/wire (com.squareup.wire:wire-gradle-plugin)</summary>

###
[`v4.8.1`](https://togithub.com/square/wire/blob/HEAD/CHANGELOG.md#Version-481)

[Compare Source](https://togithub.com/square/wire/compare/4.8.0...4.8.1)

*2023-08-17*

- New: Swift messages now have the form `init(REQUIRED FIELDS, (inout
Storage) -> Void)`
- New: Swift, the member-wise initializer has been removed by default.
It can be re-enabled by defining `WIRE_INCLUDE_MEMBERWISE_INITIALIZER`;
however, it will be removed in November 2024. See
[https://github.com/square/wire/pull/2561](https://togithub.com/square/wire/pull/2561)
for details
- Fix: Correctly define sources folders vs. resources folders for Wire
generated code.
-   Fix: Generated `.proto` are correctly added to the built artifact.
-   New: All options of KotlinTarget available on CLI.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
slack-oss-bot authored Aug 21, 2023
1 parent 74bc61e commit 2bea238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sortDependencies = "0.4"
spotless = "6.20.0"
sqldelight = "2.0.0"
versionsPlugin = "0.47.0"
wire = "4.8.0"
wire = "4.8.1"

[plugins]
bestPracticesPlugin = { id = "com.autonomousapps.plugin-best-practices-plugin", version = "0.10" }
Expand Down

0 comments on commit 2bea238

Please sign in to comment.