Skip to content

Commit 4004b65

Browse files
Update dependency org.immutables:value to v2.12.0 (#5834)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.immutables:value](https://redirect.github.com/immutables/immutables/tree/value) ([source](https://redirect.github.com/immutables/immutables)) | `2.11.7` -> `2.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:value/2.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:value/2.11.7/2.12.0?slim=true) | --- ### Release Notes <details> <summary>immutables/immutables (org.immutables:value)</summary> ### [`v2.12.0`](https://redirect.github.com/immutables/immutables/releases/tag/2.12.0) [Compare Source](https://redirect.github.com/immutables/immutables/compare/2.11.7...2.12.0) ### 12 Anniversary Edition 🎉 #### maintenance & refinements Thank you for the PRs, bug reports and feedback! - Jackson 3 support - New and updated website with new guides (new, all styles, all modules) - Same place: <https://immutables.github.io/> (also redirects from <http://immutables.org/>) - [-Aimmutables.annotations.pick](https://immutables.github.io/newandnice.html#-aimmutablesannotationspick) - maybe will finally solve javax/jakarta thing with global flag - [-Aimmutables.guava.suppress](https://immutables.github.io/newandnice.html#-aimmutablesguavasuppress) #### PRs - Jackson 3 support for Immutables by [@&#8203;dkaukov](https://redirect.github.com/dkaukov) in [#&#8203;1615](https://redirect.github.com/immutables/immutables/pull/1615) - 1623 fix find nested element matching multiple conditions by [@&#8203;harmenweber](https://redirect.github.com/harmenweber) in [#&#8203;1624](https://redirect.github.com/immutables/immutables/pull/1624) - Fix: fix four non-deterministic tests by [@&#8203;yonghanlin](https://redirect.github.com/yonghanlin) in [#&#8203;1625](https://redirect.github.com/immutables/immutables/pull/1625) #### New Contributors - [@&#8203;dkaukov](https://redirect.github.com/dkaukov) made their first contribution in [#&#8203;1615](https://redirect.github.com/immutables/immutables/pull/1615) - [@&#8203;yonghanlin](https://redirect.github.com/yonghanlin) made their first contribution in [#&#8203;1625](https://redirect.github.com/immutables/immutables/pull/1625) **Full Changelog**: <immutables/immutables@2.11.7...2.12.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d86c20a commit 4004b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ org.glassfish.jersey.core:jersey-server:2.40 (3 constraints: 363eb427)
258258

259259
org.glassfish.jersey.inject:jersey-hk2:2.40 (1 constraints: ea0cbc29)
260260

261-
org.immutables:value:2.11.7 (1 constraints: 3d05393b)
261+
org.immutables:value:2.12.0 (1 constraints: 3705353b)
262262

263263
org.javassist:javassist:3.29.2-GA (1 constraints: 30112ef1)
264264

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.guava:guava = 33.5.0-jre
77
com.google.guava:listenablefuture = 9999.0-empty-to-avoid-conflict-with-guava
88
com.jakewharton.nopen:* = 1.0.1
99
org.apache.spark:* = 3.5.7
10-
org.immutables:value = 2.11.7
10+
org.immutables:value = 2.12.0
1111
com.google.protobuf:protobuf-java = 4.33.2
1212
org.apache.arrow:* = 18.3.0
1313

0 commit comments

Comments
 (0)