Commit 29d2323
authored
fix(deps): update dependency org.immutables:value to v2.11.1 (#3880)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[org.immutables:value](https://redirect.github.com/immutables/immutables/tree/value)
([source](https://redirect.github.com/immutables/immutables)) | `2.11.0`
-> `2.11.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>immutables/immutables (org.immutables:value)</summary>
###
[`v2.11.1`](https://redirect.github.com/immutables/immutables/releases/tag/2.11.1)
[Compare
Source](https://redirect.github.com/immutables/immutables/compare/2.11.0...2.11.1)
#### Maintenance and minor enhancements
- Various bugfixes: Jackson integration, refinements/fixes in withers.
- Extending Builders for records. I.e. nested `static class Builder
extends MyRecordBuilder {}`
- Can expose `*IsSet` methods on builder
- new module `org.immutables:datatype`. It's slightly modernized version
of `org.immutables:data` (now deprecated), no dependency on Guava, +
support for records with generated builders
#### Also
- Include org.immutables:data in bill of materials by
[@​ascopes](https://redirect.github.com/ascopes) in
[https://github.com/immutables/immutables/pull/1556](https://redirect.github.com/immutables/immutables/pull/1556)
-
[GH-1557](https://redirect.github.com/immutables/immutables/issues/1557):
Fix erroneous code generation for TypeTokens of raw annotated types by
[@​ascopes](https://redirect.github.com/ascopes) in
[https://github.com/immutables/immutables/pull/1558](https://redirect.github.com/immutables/immutables/pull/1558)
- Final stage builder methods' return value should be ignorable by
[@​benhalasi](https://redirect.github.com/benhalasi) in
[https://github.com/immutables/immutables/pull/1568](https://redirect.github.com/immutables/immutables/pull/1568)
#### New Contributors
- [@​benhalasi](https://redirect.github.com/benhalasi) made their
first contribution in
[https://github.com/immutables/immutables/pull/1568](https://redirect.github.com/immutables/immutables/pull/1568)
**Full Changelog**:
immutables/immutables@2.11.0...2.11.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4041aef commit 29d2323
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments