-
Notifications
You must be signed in to change notification settings - Fork 4
Commit cbcb4be
Bump org.pcollections:pcollections from 2.1.2 to 5.0.0 (#30)
Bumps
[org.pcollections:pcollections](https://github.com/hrldcpr/pcollections)
from 2.1.2 to 5.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hrldcpr/pcollections/blob/master/CHANGELOG.md">org.pcollections:pcollections's
changelog</a>.</em></p>
<blockquote>
<h2>[5.0.0] - 2025-07-23</h2>
<ul>
<li>Faster <code>OrderedPMap.containsKey()</code> and
<code>OrderedPSet.contains()</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/122">#122</a>
<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/123">#123</a>
by <a
href="https://github.com/oxbowlakes"><code>@oxbowlakes</code></a>]</li>
<li>Dropped Java 8 support, as it was getting harder to maintain the
build system</li>
</ul>
<h2>[4.0.2] - 2024-03-17</h2>
<ul>
<li>Serialization bug fix [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/115">#115</a>
by <a
href="https://github.com/tonivade"><code>@tonivade</code></a>]</li>
</ul>
<h2>[4.0.1] - 2022-10-28</h2>
<h3>Added</h3>
<ul>
<li>Java 9+ Module support [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/109">#109</a>
by <a
href="https://github.com/BomBardyGamer"><code>@BomBardyGamer</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>More specific return types for each <code>PSet.intersect()</code>
implementation [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/107">#107</a>
by <a href="https://github.com/prdoyle"><code>@prdoyle</code></a>]</li>
</ul>
<h2>[4.0.0] - 2022-10-18</h2>
<h3>Added</h3>
<ul>
<li><code>OrderedPMap</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/102">#102</a>]</li>
<li><code>PSet.intersect()</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/99">#99</a>
by <a href="https://github.com/prdoyle"><code>@prdoyle</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Mutator methods consistently throw
<code>UnsupportedOperationException</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/93">#93</a>]
[<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/97">#97</a>
by <a href="https://github.com/prdoyle"><code>@prdoyle</code></a>]</li>
<li><code>OrderedPSet.minus()</code> is faster—logarithmic instead of
linear [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/101">#101</a>]</li>
<li>Null values are now supported [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/97">#97</a>
by <a href="https://github.com/prdoyle"><code>@prdoyle</code></a>] [<a
href="https://github.com/hrldcpr/pcollections/compare/7e2f912...6094912">7e2f912...6094912</a>]</li>
</ul>
<h3>Removed</h3>
<ul>
<li><del><code>POrderedSet</code></del> interface, since it adds nothing
beyond <code>PSet</code> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/98">#98</a>]</li>
<li><del><code>OrderedPSet.get()</code></del> and
<del><code>OrderedPSet.indexOf()</code></del> [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/98">#98</a>]</li>
</ul>
<h2>[3.2.0] - 2022-08-17</h2>
<h3>Added</h3>
<ul>
<li>Sorted maps and sorted sets [<a
href="https://redirect.github.com/hrldcpr/pcollections/pull/92">#92</a>
by <a
href="https://github.com/ran-arigur"><code>@ran-arigur</code></a>]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Only use one build system [<a
href="https://redirect.github.com/hrldcpr/pcollections/issues/64">#64</a>]</li>
</ul>
<h2>[3.1.4] - 2020-09-13</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/55e20cee6868efa93432cb1ba38de1ef315ff2b3"><code>55e20ce</code></a>
v5.0.0</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/79102e00cb824ca1f7452bfefcbd26edeb7f9772"><code>79102e0</code></a>
fix maven central publishing, by just "publishing" locally and
then uploading...</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/cde394a174e5a20012e7078c8a3df3e346fb81b0"><code>cde394a</code></a>
drop Java 8 support to fix Gradle issues</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/863aecf2493d025b6c6574d8225584fe27f7d825"><code>863aecf</code></a>
fix gradle warning</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/1fe6fe14050965ddd173ba598da511a999345fbf"><code>1fe6fe1</code></a>
fix syntax warnings</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/e2bd69492369a88ea364002ffc1379b0ec19010e"><code>e2bd694</code></a>
upgradle plugins</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/5df7c7a71109f30181344dca6768b0447e005c26"><code>5df7c7a</code></a>
upgradle</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/ebf8fc29b3c98762e02fb97ba6a77c02ee52472c"><code>ebf8fc2</code></a>
v4.0.3</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/bdc2fb74cb98c16ca9ad0429f410e1731a0c76a8"><code>bdc2fb7</code></a>
google-java-format</li>
<li><a
href="https://github.com/hrldcpr/pcollections/commit/37e76439bd6f546a91bab56737c2aa8cfe5baace"><code>37e7643</code></a>
changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/hrldcpr/pcollections/compare/v2.1.2...v5.0.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Piwowarek <[email protected]>1 parent c5d4dc0 commit cbcb4beCopy full SHA for cbcb4be
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments